#8612C3

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

Shades of Dark Violet #8612C3

Tints of Dark Violet #8612C3

Color information

#8612C3 (or 0x8612C3) is unknown color: approx Dark Violet. HEX triplet: 86, 12 and C3. RGB value is (134,18,195). Sum of RGB (Red+Green+Blue) = 134+18+195=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #8612C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8612C3 is #79ED3C. Grayscale: #484848. Windows color (decimal): -7990589 or 12784262. OLE color: 12784262.

HSL color Cylindrical-coordinate representation of color #8612C3: hue angle of 279.32º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8612C3 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13418195-
CMYK0.310.9100.24
HSL279.32º83.1%41.76%-
HSV(B)279.32º90.77%76.47%-
XYZ19.99.4452.4-
YUV72.86196.93171.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 195 (76.56% from 255) = 56.20%
R=38.62%
G=5.19%
B=56.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal134181950.310.9100.24279.3283.141.76
Hex8612C31F5B018117532a
Octal206223033713303042712352
Binary1000011010010110000111111110110110110001000101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8612C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8612C3; }

 p { color: rgb(134,18,195); }

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

<style>
 a { background-color: #8612C3; }

 a { background-color: rgb(134,18,195); }

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

<style>
 span { border-color: #8612C3; }

 span { border-color: rgb(134,18,195); }

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