Shades of Dark Violet #8502DF
Tints of Dark Violet #8502DF
RGB
CMYK
RGB Variations
Color information
#8502DF (or 0x8502DF) is known color: Dark Violet. HEX triplet: 85, 02 and DF. RGB value is (133,2,223). Sum of RGB (Red+Green+Blue) = 133+2+223=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #8502DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8502DF is #7AFD20. Grayscale: #414141. Windows color (decimal): -8060193 or 14615173. OLE color: 14615173.
HSL color Cylindrical-coordinate representation of color #8502DF: hue angle of 275.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502DF is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 2 | 223 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.13 |
| HSL | 275.57º | 0.98% | 0.44% | - |
| HSV(B) | 275.57º | 0.99% | 0.87% | - |
| XYZ | 23.01 | 10.36 | 70.6 | - |
| YUV | 66.36 | 216.4 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 223 | 0.40 | 0.99 | 0 | 0.13 | 275.57 | 0.98 | 0.44 |
| Hex | 85 | 2 | DF | 28 | 63 | 0 | D | 114 | 62 | 2C |
| Octal | 205 | 2 | 337 | 50 | 143 | 0 | 15 | 424 | 142 | 54 |
| Binary | 10000101 | 10 | 11011111 | 101000 | 1100011 | 0 | 1101 | 100010100 | 1100010 | 101100 |
Color Harmonies of #8502DF
Complementary color
Monochromatic Colors of #8502DF
Black with #8502DF
Text Example
Text Example
White with #8502DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502DF; }
p { color: rgb(133,2,223); }
H1.HeaderClassName
{
color: #8502DF;
}
.AnyTagClassName
{
color: #8502DF;
}
</style>
background-color css
<style>
a { background-color: #8502DF; }
a { background-color: rgb(133,2,223); }
div.DivClassName
{
background-color: #8502DF;
}
.BgClassName
{
background-color: #8502DF;
}
</style>
border-color css
<style>
span { border-color: #8502DF; }
span { border-color: rgb(133,2,223); }
td.TdClassName
{
border-color: #8502DF;
}
.TagClassName
{
border-color: #8502DF;
}
</style>