Shades of Dark Violet #8502B7
Tints of Dark Violet #8502B7
RGB
CMYK
RGB Variations
Color information
#8502B7 (or 0x8502B7) is known color: Dark Violet. HEX triplet: 85, 02 and B7. RGB value is (133,2,183). Sum of RGB (Red+Green+Blue) = 133+2+183=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 183 (71.88% from 255 or 57.55% from 318); Max value from RGB is 183 - color contains mainly: blue. Hex color #8502B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8502B7 is #7AFD48. Grayscale: #3D3D3D. Windows color (decimal): -8060233 or 11993733. OLE color: 11993733.
HSL color Cylindrical-coordinate representation of color #8502B7: hue angle of 283.43º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502B7 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 2 | 183 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.28 |
| HSL | 283.43º | 0.98% | 0.36% | - |
| HSV(B) | 283.43º | 0.99% | 0.72% | - |
| XYZ | 18.24 | 8.45 | 45.47 | - |
| YUV | 61.8 | 196.4 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 183 | 0.27 | 0.99 | 0 | 0.28 | 283.43 | 0.98 | 0.36 |
| Hex | 85 | 2 | B7 | 1B | 63 | 0 | 1C | 11B | 62 | 24 |
| Octal | 205 | 2 | 267 | 33 | 143 | 0 | 34 | 433 | 142 | 44 |
| Binary | 10000101 | 10 | 10110111 | 11011 | 1100011 | 0 | 11100 | 100011011 | 1100010 | 100100 |
Color Harmonies of #8502B7
Complementary color
Monochromatic Colors of #8502B7
Black with #8502B7
Text Example
Text Example
White with #8502B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502B7; }
p { color: rgb(133,2,183); }
H1.HeaderClassName
{
color: #8502B7;
}
.AnyTagClassName
{
color: #8502B7;
}
</style>
background-color css
<style>
a { background-color: #8502B7; }
a { background-color: rgb(133,2,183); }
div.DivClassName
{
background-color: #8502B7;
}
.BgClassName
{
background-color: #8502B7;
}
</style>
border-color css
<style>
span { border-color: #8502B7; }
span { border-color: rgb(133,2,183); }
td.TdClassName
{
border-color: #8502B7;
}
.TagClassName
{
border-color: #8502B7;
}
</style>