Shades of Dark Violet #8502C6
Tints of Dark Violet #8502C6
RGB
CMYK
RGB Variations
Color information
#8502C6 (or 0x8502C6) is known color: Dark Violet. HEX triplet: 85, 02 and C6. RGB value is (133,2,198). Sum of RGB (Red+Green+Blue) = 133+2+198=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #8502C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8502C6 is #7AFD39. Grayscale: #3E3E3E. Windows color (decimal): -8060218 or 12976773. OLE color: 12976773.
HSL color Cylindrical-coordinate representation of color #8502C6: hue angle of 280.1º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502C6 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 2 | 198 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.22 |
| HSL | 280.1º | 0.98% | 0.39% | - |
| HSV(B) | 280.1º | 0.99% | 0.78% | - |
| XYZ | 19.89 | 9.11 | 54.14 | - |
| YUV | 63.51 | 203.9 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 198 | 0.33 | 0.99 | 0 | 0.22 | 280.1 | 0.98 | 0.39 |
| Hex | 85 | 2 | C6 | 21 | 63 | 0 | 16 | 118 | 62 | 27 |
| Octal | 205 | 2 | 306 | 41 | 143 | 0 | 26 | 430 | 142 | 47 |
| Binary | 10000101 | 10 | 11000110 | 100001 | 1100011 | 0 | 10110 | 100011000 | 1100010 | 100111 |
Color Harmonies of #8502C6
Complementary color
Monochromatic Colors of #8502C6
Black with #8502C6
Text Example
Text Example
White with #8502C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502C6; }
p { color: rgb(133,2,198); }
H1.HeaderClassName
{
color: #8502C6;
}
.AnyTagClassName
{
color: #8502C6;
}
</style>
background-color css
<style>
a { background-color: #8502C6; }
a { background-color: rgb(133,2,198); }
div.DivClassName
{
background-color: #8502C6;
}
.BgClassName
{
background-color: #8502C6;
}
</style>
border-color css
<style>
span { border-color: #8502C6; }
span { border-color: rgb(133,2,198); }
td.TdClassName
{
border-color: #8502C6;
}
.TagClassName
{
border-color: #8502C6;
}
</style>