Shades of Dark Violet #8502EC
Tints of Dark Violet #8502EC
RGB
CMYK
RGB Variations
Color information
#8502EC (or 0x8502EC) is known color: Dark Violet. HEX triplet: 85, 02 and EC. RGB value is (133,2,236). Sum of RGB (Red+Green+Blue) = 133+2+236=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #8502EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8502EC is #7AFD13. Grayscale: #434343. Windows color (decimal): -8060180 or 15467141. OLE color: 15467141.
HSL color Cylindrical-coordinate representation of color #8502EC: hue angle of 273.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502EC is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 2 | 236 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.07 |
| HSL | 273.59º | 0.98% | 0.47% | - |
| HSV(B) | 273.59º | 0.99% | 0.93% | - |
| XYZ | 24.83 | 11.09 | 80.19 | - |
| YUV | 67.85 | 222.9 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 236 | 0.44 | 0.99 | 0 | 0.07 | 273.59 | 0.98 | 0.47 |
| Hex | 85 | 2 | EC | 2C | 63 | 0 | 7 | 112 | 62 | 2F |
| Octal | 205 | 2 | 354 | 54 | 143 | 0 | 7 | 422 | 142 | 57 |
| Binary | 10000101 | 10 | 11101100 | 101100 | 1100011 | 0 | 111 | 100010010 | 1100010 | 101111 |
Color Harmonies of #8502EC
Complementary color
Monochromatic Colors of #8502EC
Black with #8502EC
Text Example
Text Example
White with #8502EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502EC; }
p { color: rgb(133,2,236); }
H1.HeaderClassName
{
color: #8502EC;
}
.AnyTagClassName
{
color: #8502EC;
}
</style>
background-color css
<style>
a { background-color: #8502EC; }
a { background-color: rgb(133,2,236); }
div.DivClassName
{
background-color: #8502EC;
}
.BgClassName
{
background-color: #8502EC;
}
</style>
border-color css
<style>
span { border-color: #8502EC; }
span { border-color: rgb(133,2,236); }
td.TdClassName
{
border-color: #8502EC;
}
.TagClassName
{
border-color: #8502EC;
}
</style>