Shades of Dark Violet #8500DE
Tints of Dark Violet #8500DE
RGB
CMYK
RGB Variations
Color information
#8500DE (or 0x8500DE) is known color: Dark Violet. HEX triplet: 85, 00 and DE. RGB value is (133,0,222). Sum of RGB (Red+Green+Blue) = 133+0+222=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 222 (87.11% from 255 or 62.54% from 355); Max value from RGB is 222 - color contains mainly: blue. Hex color #8500DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8500DE is #7AFF21. Grayscale: #404040. Windows color (decimal): -8060706 or 14549125. OLE color: 14549125.
HSL color Cylindrical-coordinate representation of color #8500DE: hue angle of 275.95º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8500DE is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 0 | 222 | - |
| CMYK | 0.40 | 1 | 0 | 0.13 |
| HSL | 275.95º | 1% | 0.44% | - |
| HSV(B) | 275.95º | 1% | 0.87% | - |
| XYZ | 22.86 | 10.26 | 69.88 | - |
| YUV | 65.08 | 216.56 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 222 | 0.40 | 1 | 0 | 0.13 | 275.95 | 1 | 0.44 |
| Hex | 85 | 0 | DE | 28 | 64 | 0 | D | 114 | 64 | 2C |
| Octal | 205 | 0 | 336 | 50 | 144 | 0 | 15 | 424 | 144 | 54 |
| Binary | 10000101 | 0 | 11011110 | 101000 | 1100100 | 0 | 1101 | 100010100 | 1100100 | 101100 |
Color Harmonies of #8500DE
Complementary color
Monochromatic Colors of #8500DE
Black with #8500DE
Text Example
Text Example
White with #8500DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8500DE; }
p { color: rgb(133,0,222); }
H1.HeaderClassName
{
color: #8500DE;
}
.AnyTagClassName
{
color: #8500DE;
}
</style>
background-color css
<style>
a { background-color: #8500DE; }
a { background-color: rgb(133,0,222); }
div.DivClassName
{
background-color: #8500DE;
}
.BgClassName
{
background-color: #8500DE;
}
</style>
border-color css
<style>
span { border-color: #8500DE; }
span { border-color: rgb(133,0,222); }
td.TdClassName
{
border-color: #8500DE;
}
.TagClassName
{
border-color: #8500DE;
}
</style>