Shades of Dark Violet #8510DE
Tints of Dark Violet #8510DE
RGB
CMYK
RGB Variations
Color information
#8510DE (or 0x8510DE) is known color: Dark Violet. HEX triplet: 85, 10 and DE. RGB value is (133,16,222). Sum of RGB (Red+Green+Blue) = 133+16+222=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #8510DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8510DE is #7AEF21. Grayscale: #494949. Windows color (decimal): -8056610 or 14553221. OLE color: 14553221.
HSL color Cylindrical-coordinate representation of color #8510DE: hue angle of 274.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8510DE is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 16 | 222 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.13 |
| HSL | 274.08º | 0.87% | 0.47% | - |
| HSV(B) | 274.08º | 0.93% | 0.87% | - |
| XYZ | 23.04 | 10.63 | 69.94 | - |
| YUV | 74.47 | 211.26 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 222 | 0.40 | 0.93 | 0 | 0.13 | 274.08 | 0.87 | 0.47 |
| Hex | 85 | 10 | DE | 28 | 5D | 0 | D | 112 | 57 | 2F |
| Octal | 205 | 20 | 336 | 50 | 135 | 0 | 15 | 422 | 127 | 57 |
| Binary | 10000101 | 10000 | 11011110 | 101000 | 1011101 | 0 | 1101 | 100010010 | 1010111 | 101111 |
Color Harmonies of #8510DE
Complementary color
Monochromatic Colors of #8510DE
Black with #8510DE
Text Example
Text Example
White with #8510DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8510DE; }
p { color: rgb(133,16,222); }
H1.HeaderClassName
{
color: #8510DE;
}
.AnyTagClassName
{
color: #8510DE;
}
</style>
background-color css
<style>
a { background-color: #8510DE; }
a { background-color: rgb(133,16,222); }
div.DivClassName
{
background-color: #8510DE;
}
.BgClassName
{
background-color: #8510DE;
}
</style>
border-color css
<style>
span { border-color: #8510DE; }
span { border-color: rgb(133,16,222); }
td.TdClassName
{
border-color: #8510DE;
}
.TagClassName
{
border-color: #8510DE;
}
</style>