Shades of Dark Violet #8502D0
Tints of Dark Violet #8502D0
RGB
CMYK
RGB Variations
Color information
#8502D0 (or 0x8502D0) is known color: Dark Violet. HEX triplet: 85, 02 and D0. RGB value is (133,2,208). Sum of RGB (Red+Green+Blue) = 133+2+208=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #8502D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8502D0 is #7AFD2F. Grayscale: #3F3F3F. Windows color (decimal): -8060208 or 13632133. OLE color: 13632133.
HSL color Cylindrical-coordinate representation of color #8502D0: hue angle of 278.16º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502D0 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 2 | 208 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.18 |
| HSL | 278.16º | 0.98% | 0.41% | - |
| HSV(B) | 278.16º | 0.99% | 0.82% | - |
| XYZ | 21.08 | 9.58 | 60.41 | - |
| YUV | 64.65 | 208.9 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 208 | 0.36 | 0.99 | 0 | 0.18 | 278.16 | 0.98 | 0.41 |
| Hex | 85 | 2 | D0 | 24 | 63 | 0 | 12 | 116 | 62 | 29 |
| Octal | 205 | 2 | 320 | 44 | 143 | 0 | 22 | 426 | 142 | 51 |
| Binary | 10000101 | 10 | 11010000 | 100100 | 1100011 | 0 | 10010 | 100010110 | 1100010 | 101001 |
Color Harmonies of #8502D0
Complementary color
Monochromatic Colors of #8502D0
Black with #8502D0
Text Example
Text Example
White with #8502D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502D0; }
p { color: rgb(133,2,208); }
H1.HeaderClassName
{
color: #8502D0;
}
.AnyTagClassName
{
color: #8502D0;
}
</style>
background-color css
<style>
a { background-color: #8502D0; }
a { background-color: rgb(133,2,208); }
div.DivClassName
{
background-color: #8502D0;
}
.BgClassName
{
background-color: #8502D0;
}
</style>
border-color css
<style>
span { border-color: #8502D0; }
span { border-color: rgb(133,2,208); }
td.TdClassName
{
border-color: #8502D0;
}
.TagClassName
{
border-color: #8502D0;
}
</style>