Shades of Dark Violet #8500CE
Tints of Dark Violet #8500CE
RGB
CMYK
RGB Variations
Color information
#8500CE (or 0x8500CE) is known color: Dark Violet. HEX triplet: 85, 00 and CE. RGB value is (133,0,206). Sum of RGB (Red+Green+Blue) = 133+0+206=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #8500CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8500CE is #7AFF31. Grayscale: #3E3E3E. Windows color (decimal): -8060722 or 13500549. OLE color: 13500549.
HSL color Cylindrical-coordinate representation of color #8500CE: hue angle of 278.74º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500CE is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 0 | 206 | - |
| CMYK | 0.35 | 1 | 0 | 0.19 |
| HSL | 278.74º | 1% | 0.4% | - |
| HSV(B) | 278.74º | 1% | 0.81% | - |
| XYZ | 20.81 | 9.44 | 59.12 | - |
| YUV | 63.25 | 208.56 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 206 | 0.35 | 1 | 0 | 0.19 | 278.74 | 1 | 0.4 |
| Hex | 85 | 0 | CE | 23 | 64 | 0 | 13 | 117 | 64 | 28 |
| Octal | 205 | 0 | 316 | 43 | 144 | 0 | 23 | 427 | 144 | 50 |
| Binary | 10000101 | 0 | 11001110 | 100011 | 1100100 | 0 | 10011 | 100010111 | 1100100 | 101000 |
Color Harmonies of #8500CE
Complementary color
Monochromatic Colors of #8500CE
Black with #8500CE
Text Example
Text Example
White with #8500CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500CE; }
p { color: rgb(133,0,206); }
H1.HeaderClassName
{
color: #8500CE;
}
.AnyTagClassName
{
color: #8500CE;
}
</style>
background-color css
<style>
a { background-color: #8500CE; }
a { background-color: rgb(133,0,206); }
div.DivClassName
{
background-color: #8500CE;
}
.BgClassName
{
background-color: #8500CE;
}
</style>
border-color css
<style>
span { border-color: #8500CE; }
span { border-color: rgb(133,0,206); }
td.TdClassName
{
border-color: #8500CE;
}
.TagClassName
{
border-color: #8500CE;
}
</style>