#8512CA

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

Shades of Dark Violet #8512CA

Tints of Dark Violet #8512CA

Color information

#8512CA (or 0x8512CA) is unknown color: approx Dark Violet. HEX triplet: 85, 12 and CA. RGB value is (133,18,202). Sum of RGB (Red+Green+Blue) = 133+18+202=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #8512CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512CA is #7AED35. Grayscale: #484848. Windows color (decimal): -8056118 or 13243013. OLE color: 13243013.

HSL color Cylindrical-coordinate representation of color #8512CA: hue angle of 277.5º 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 #8512CA is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13318202-
CMYK0.340.9100.21
HSL277.5º83.64%43.14%-
HSV(B)277.5º91.09%79.22%-
XYZ20.559.6856.66-
YUV73.36200.6170.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 18 (7.42% from 255) = 5.10%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=37.68%
G=5.10%
B=57.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133182020.340.9100.21277.583.6443.14
Hex8512CA225B015116542b
Octal205223124213302542612453
Binary10000101100101100101010001010110110101011000101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8512CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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