Shades of Dark Violet #8512CA
Tints of Dark Violet #8512CA
RGB
CMYK
RGB Variations
Color information
#8512CA (or 0x8512CA) is known color: 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
| RGB | 133 | 18 | 202 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.21 |
| HSL | 277.5º | 0.84% | 0.43% | - |
| HSV(B) | 277.5º | 0.91% | 0.79% | - |
| XYZ | 20.55 | 9.68 | 56.66 | - |
| YUV | 73.36 | 200.6 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 202 | 0.34 | 0.91 | 0 | 0.21 | 277.5 | 0.84 | 0.43 |
| Hex | 85 | 12 | CA | 22 | 5B | 0 | 15 | 116 | 54 | 2B |
| Octal | 205 | 22 | 312 | 42 | 133 | 0 | 25 | 426 | 124 | 53 |
| Binary | 10000101 | 10010 | 11001010 | 100010 | 1011011 | 0 | 10101 | 100010110 | 1010100 | 101011 |
Color Harmonies of #8512CA
Complementary color
Monochromatic Colors of #8512CA
Black with #8512CA
Text Example
Text Example
White with #8512CA
Text Example
Text Example
HTML Codes & Css Web 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>