Shades of Dark Violet #8512CB
Tints of Dark Violet #8512CB
RGB
CMYK
RGB Variations
Color information
#8512CB (or 0x8512CB) is known color: Dark Violet. HEX triplet: 85, 12 and CB. RGB value is (133,18,203). Sum of RGB (Red+Green+Blue) = 133+18+203=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #8512CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8512CB is #7AED34. Grayscale: #484848. Windows color (decimal): -8056117 or 13308549. OLE color: 13308549.
HSL color Cylindrical-coordinate representation of color #8512CB: hue angle of 277.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8512CB is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 18 | 203 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.20 |
| HSL | 277.3º | 0.84% | 0.43% | - |
| HSV(B) | 277.3º | 0.91% | 0.8% | - |
| XYZ | 20.67 | 9.73 | 57.29 | - |
| YUV | 73.48 | 201.1 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 203 | 0.34 | 0.91 | 0 | 0.20 | 277.3 | 0.84 | 0.43 |
| Hex | 85 | 12 | CB | 22 | 5B | 0 | 14 | 115 | 54 | 2B |
| Octal | 205 | 22 | 313 | 42 | 133 | 0 | 24 | 425 | 124 | 53 |
| Binary | 10000101 | 10010 | 11001011 | 100010 | 1011011 | 0 | 10100 | 100010101 | 1010100 | 101011 |
Color Harmonies of #8512CB
Complementary color
Monochromatic Colors of #8512CB
Black with #8512CB
Text Example
Text Example
White with #8512CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512CB; }
p { color: rgb(133,18,203); }
H1.HeaderClassName
{
color: #8512CB;
}
.AnyTagClassName
{
color: #8512CB;
}
</style>
background-color css
<style>
a { background-color: #8512CB; }
a { background-color: rgb(133,18,203); }
div.DivClassName
{
background-color: #8512CB;
}
.BgClassName
{
background-color: #8512CB;
}
</style>
border-color css
<style>
span { border-color: #8512CB; }
span { border-color: rgb(133,18,203); }
td.TdClassName
{
border-color: #8512CB;
}
.TagClassName
{
border-color: #8512CB;
}
</style>