#8214D9

Color #8214D9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8214D9

Tints of Blue Violet #8214D9

Color information

#8214D9 (or 0x8214D9) is unknown color: approx Blue Violet. HEX triplet: 82, 14 and D9. RGB value is (130,20,217). Sum of RGB (Red+Green+Blue) = 130+20+217=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 217 (85.16% from 255 or 59.13% from 367); Max value from RGB is 217 - color contains mainly: blue. Hex color #8214D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214D9 is #7DEB26. Grayscale: #4A4A4A. Windows color (decimal): -8252199 or 14226562. OLE color: 14226562.

HSL color Cylindrical-coordinate representation of color #8214D9: hue angle of 273.5º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8214D9 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13020217-
CMYK0.400.9100.15
HSL273.5º83.12%46.47%-
HSV(B)273.5º90.78%85.1%-
XYZ21.9810.2666.47-
YUV75.35207.94166.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 35.42%
GREEN value IS 20 (8.20% from 255) = 5.45%
BLUE value IS 217 (85.16% from 255) = 59.13%
R=35.42%
G=5.45%
B=59.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal130202170.400.9100.15273.583.1246.47
Hex8214D9285B0F112532e
Octal202243315013301742212356
Binary1000001010100110110011010001011011011111000100101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8214D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8214D9; }

 p { color: rgb(130,20,217); }

 H1.HeaderClassName
 {
   color: #8214D9;
 }
 .AnyTagClassName
 {
   color: #8214D9;
 }
</style>
background-color css

<style>
 a { background-color: #8214D9; }

 a { background-color: rgb(130,20,217); }

 div.DivClassName
 {
   background-color: #8214D9;
 }
 .BgClassName
 {
   background-color: #8214D9;
 }
</style>
border-color css

<style>
 span { border-color: #8214D9; }

 span { border-color: rgb(130,20,217); }

 td.TdClassName
 {
   border-color: #8214D9;
 }
 .TagClassName
 {
   border-color: #8214D9;
 }
</style>