Shades of Dark Violet #8500CB
Tints of Dark Violet #8500CB
RGB
CMYK
RGB Variations
Color information
#8500CB (or 0x8500CB) is known color: Dark Violet. HEX triplet: 85, 00 and CB. RGB value is (133,0,203). Sum of RGB (Red+Green+Blue) = 133+0+203=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #8500CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8500CB is #7AFF34. Grayscale: #3E3E3E. Windows color (decimal): -8060725 or 13303941. OLE color: 13303941.
HSL color Cylindrical-coordinate representation of color #8500CB: hue angle of 279.31º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500CB is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 0 | 203 | - |
| CMYK | 0.34 | 1 | 0 | 0.20 |
| HSL | 279.31º | 1% | 0.4% | - |
| HSV(B) | 279.31º | 1% | 0.8% | - |
| XYZ | 20.45 | 9.3 | 57.22 | - |
| YUV | 62.91 | 207.06 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 203 | 0.34 | 1 | 0 | 0.20 | 279.31 | 1 | 0.4 |
| Hex | 85 | 0 | CB | 22 | 64 | 0 | 14 | 117 | 64 | 28 |
| Octal | 205 | 0 | 313 | 42 | 144 | 0 | 24 | 427 | 144 | 50 |
| Binary | 10000101 | 0 | 11001011 | 100010 | 1100100 | 0 | 10100 | 100010111 | 1100100 | 101000 |
Color Harmonies of #8500CB
Complementary color
Monochromatic Colors of #8500CB
Black with #8500CB
Text Example
Text Example
White with #8500CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500CB; }
p { color: rgb(133,0,203); }
H1.HeaderClassName
{
color: #8500CB;
}
.AnyTagClassName
{
color: #8500CB;
}
</style>
background-color css
<style>
a { background-color: #8500CB; }
a { background-color: rgb(133,0,203); }
div.DivClassName
{
background-color: #8500CB;
}
.BgClassName
{
background-color: #8500CB;
}
</style>
border-color css
<style>
span { border-color: #8500CB; }
span { border-color: rgb(133,0,203); }
td.TdClassName
{
border-color: #8500CB;
}
.TagClassName
{
border-color: #8500CB;
}
</style>