Shades of Dark Violet #8512C2
Tints of Dark Violet #8512C2
RGB
CMYK
RGB Variations
Color information
#8512C2 (or 0x8512C2) is known color: Dark Violet. HEX triplet: 85, 12 and C2. RGB value is (133,18,194). Sum of RGB (Red+Green+Blue) = 133+18+194=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 194 (76.17% from 255 or 56.23% from 345); Max value from RGB is 194 - color contains mainly: blue. Hex color #8512C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512C2 is #7AED3D. Grayscale: #474747. Windows color (decimal): -8056126 or 12718725. OLE color: 12718725.
HSL color Cylindrical-coordinate representation of color #8512C2: hue angle of 279.2º 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 #8512C2 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 18 | 194 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.24 |
| HSL | 279.2º | 0.83% | 0.42% | - |
| HSV(B) | 279.2º | 0.91% | 0.76% | - |
| XYZ | 19.63 | 9.31 | 51.8 | - |
| YUV | 72.45 | 196.6 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 194 | 0.31 | 0.91 | 0 | 0.24 | 279.2 | 0.83 | 0.42 |
| Hex | 85 | 12 | C2 | 1F | 5B | 0 | 18 | 117 | 53 | 2A |
| Octal | 205 | 22 | 302 | 37 | 133 | 0 | 30 | 427 | 123 | 52 |
| Binary | 10000101 | 10010 | 11000010 | 11111 | 1011011 | 0 | 11000 | 100010111 | 1010011 | 101010 |
Color Harmonies of #8512C2
Complementary color
Monochromatic Colors of #8512C2
Black with #8512C2
Text Example
Text Example
White with #8512C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512C2; }
p { color: rgb(133,18,194); }
H1.HeaderClassName
{
color: #8512C2;
}
.AnyTagClassName
{
color: #8512C2;
}
</style>
background-color css
<style>
a { background-color: #8512C2; }
a { background-color: rgb(133,18,194); }
div.DivClassName
{
background-color: #8512C2;
}
.BgClassName
{
background-color: #8512C2;
}
</style>
border-color css
<style>
span { border-color: #8512C2; }
span { border-color: rgb(133,18,194); }
td.TdClassName
{
border-color: #8512C2;
}
.TagClassName
{
border-color: #8512C2;
}
</style>