#8212C0

Color #8212C0 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8212C0

Tints of Dark Violet #8212C0

Color information

#8212C0 (or 0x8212C0) is unknown color: approx Dark Violet. HEX triplet: 82, 12 and C0. RGB value is (130,18,192). Sum of RGB (Red+Green+Blue) = 130+18+192=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 192 (75.39% from 255 or 56.47% from 340); Max value from RGB is 192 - color contains mainly: blue. Hex color #8212C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8212C0 is #7DED3F. Grayscale: #464646. Windows color (decimal): -8252736 or 12587650. OLE color: 12587650.

HSL color Cylindrical-coordinate representation of color #8212C0: hue angle of 278.62º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8212C0 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13018192-
CMYK0.320.9100.25
HSL278.62º82.86%41.18%-
HSV(B)278.62º90.62%75.29%-
XYZ18.948.9850.61-
YUV71.32196.11169.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 18 (7.42% from 255) = 5.29%
BLUE value IS 192 (75.39% from 255) = 56.47%
R=38.24%
G=5.29%
B=56.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130181920.320.9100.25278.6282.8641.18
Hex8212C0205B0191175329
Octal202223004013303142712351
Binary10000010100101100000010000010110110110011000101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8212C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8212C0; }

 p { color: rgb(130,18,192); }

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

<style>
 a { background-color: #8212C0; }

 a { background-color: rgb(130,18,192); }

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

<style>
 span { border-color: #8212C0; }

 span { border-color: rgb(130,18,192); }

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