Shades of Dark Violet #9E02B9
Tints of Dark Violet #9E02B9
RGB
CMYK
RGB Variations
Color information
#9E02B9 (or 0x9E02B9) is known color: Dark Violet. HEX triplet: 9E, 02 and B9. RGB value is (158,2,185). Sum of RGB (Red+Green+Blue) = 158+2+185=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #9E02B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E02B9 is #61FD46. Grayscale: #444444. Windows color (decimal): -6421831 or 12124830. OLE color: 12124830.
HSL color Cylindrical-coordinate representation of color #9E02B9: hue angle of 291.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E02B9 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 2 | 185 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.27 |
| HSL | 291.15º | 0.98% | 0.37% | - |
| HSV(B) | 291.15º | 0.99% | 0.73% | - |
| XYZ | 22.88 | 10.82 | 46.78 | - |
| YUV | 69.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 2 | 185 | 0.15 | 0.99 | 0 | 0.27 | 291.15 | 0.98 | 0.37 |
| Hex | 9E | 2 | B9 | F | 63 | 0 | 1B | 123 | 62 | 25 |
| Octal | 236 | 2 | 271 | 17 | 143 | 0 | 33 | 443 | 142 | 45 |
| Binary | 10011110 | 10 | 10111001 | 1111 | 1100011 | 0 | 11011 | 100100011 | 1100010 | 100101 |
Color Harmonies of #9E02B9
Complementary color
Monochromatic Colors of #9E02B9
Black with #9E02B9
Text Example
Text Example
White with #9E02B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E02B9; }
p { color: rgb(158,2,185); }
H1.HeaderClassName
{
color: #9E02B9;
}
.AnyTagClassName
{
color: #9E02B9;
}
</style>
background-color css
<style>
a { background-color: #9E02B9; }
a { background-color: rgb(158,2,185); }
div.DivClassName
{
background-color: #9E02B9;
}
.BgClassName
{
background-color: #9E02B9;
}
</style>
border-color css
<style>
span { border-color: #9E02B9; }
span { border-color: rgb(158,2,185); }
td.TdClassName
{
border-color: #9E02B9;
}
.TagClassName
{
border-color: #9E02B9;
}
</style>