#8712CA

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

Shades of Dark Violet #8712CA

Tints of Dark Violet #8712CA

Color information

#8712CA (or 0x8712CA) is unknown color: approx Dark Violet. HEX triplet: 87, 12 and CA. RGB value is (135,18,202). Sum of RGB (Red+Green+Blue) = 135+18+202=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #8712CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8712CA is #78ED35. Grayscale: #494949. Windows color (decimal): -7925046 or 13243015. OLE color: 13243015.

HSL color Cylindrical-coordinate representation of color #8712CA: hue angle of 278.15º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8712CA is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13518202-
CMYK0.330.9100.21
HSL278.15º83.64%43.14%-
HSV(B)278.15º91.09%79.22%-
XYZ20.879.8556.68-
YUV73.96200.26171.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.03%
GREEN value IS 18 (7.42% from 255) = 5.07%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=38.03%
G=5.07%
B=56.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal135182020.330.9100.21278.1583.6443.14
Hex8712CA215B015116542b
Octal207223124113302542612453
Binary10000111100101100101010000110110110101011000101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8712CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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