Shades of Dark Violet #8502CC
Tints of Dark Violet #8502CC
RGB
CMYK
RGB Variations
Color information
#8502CC (or 0x8502CC) is known color: Dark Violet. HEX triplet: 85, 02 and CC. RGB value is (133,2,204). Sum of RGB (Red+Green+Blue) = 133+2+204=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #8502CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8502CC is #7AFD33. Grayscale: #3F3F3F. Windows color (decimal): -8060212 or 13369989. OLE color: 13369989.
HSL color Cylindrical-coordinate representation of color #8502CC: hue angle of 278.91º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502CC is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 2 | 204 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.2 |
| HSL | 278.91º | 0.98% | 0.4% | - |
| HSV(B) | 278.91º | 0.99% | 0.8% | - |
| XYZ | 20.59 | 9.39 | 57.85 | - |
| YUV | 64.2 | 206.9 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 204 | 0.35 | 0.99 | 0 | 0.2 | 278.91 | 0.98 | 0.4 |
| Hex | 85 | 2 | CC | 23 | 63 | 0 | 14 | 117 | 62 | 28 |
| Octal | 205 | 2 | 314 | 43 | 143 | 0 | 24 | 427 | 142 | 50 |
| Binary | 10000101 | 10 | 11001100 | 100011 | 1100011 | 0 | 10100 | 100010111 | 1100010 | 101000 |
Color Harmonies of #8502CC
Complementary color
Monochromatic Colors of #8502CC
Black with #8502CC
Text Example
Text Example
White with #8502CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502CC; }
p { color: rgb(133,2,204); }
H1.HeaderClassName
{
color: #8502CC;
}
.AnyTagClassName
{
color: #8502CC;
}
</style>
background-color css
<style>
a { background-color: #8502CC; }
a { background-color: rgb(133,2,204); }
div.DivClassName
{
background-color: #8502CC;
}
.BgClassName
{
background-color: #8502CC;
}
</style>
border-color css
<style>
span { border-color: #8502CC; }
span { border-color: rgb(133,2,204); }
td.TdClassName
{
border-color: #8502CC;
}
.TagClassName
{
border-color: #8502CC;
}
</style>