#8712C2

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

Shades of Dark Violet #8712C2

Tints of Dark Violet #8712C2

Color information

#8712C2 (or 0x8712C2) is unknown color: approx Dark Violet. HEX triplet: 87, 12 and C2. RGB value is (135,18,194). Sum of RGB (Red+Green+Blue) = 135+18+194=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 194 (76.17% from 255 or 55.91% from 347); Max value from RGB is 194 - color contains mainly: blue. Hex color #8712C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712C2 is #78ED3D. Grayscale: #484848. Windows color (decimal): -7925054 or 12718727. OLE color: 12718727.

HSL color Cylindrical-coordinate representation of color #8712C2: hue angle of 279.89º 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 #8712C2 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13518194-
CMYK0.300.9100.24
HSL279.89º83.02%41.57%-
HSV(B)279.89º90.72%76.08%-
XYZ19.959.4851.82-
YUV73.05196.26172.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 18 (7.42% from 255) = 5.19%
BLUE value IS 194 (76.17% from 255) = 55.91%
R=38.90%
G=5.19%
B=55.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135181940.300.9100.24279.8983.0241.57
Hex8712C21E5B018118532a
Octal207223023613303043012352
Binary1000011110010110000101111010110110110001000110001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8712C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8712C2; }

 p { color: rgb(135,18,194); }

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

<style>
 a { background-color: #8712C2; }

 a { background-color: rgb(135,18,194); }

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

<style>
 span { border-color: #8712C2; }

 span { border-color: rgb(135,18,194); }

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