Shades of Dark Violet #9F02BA
Tints of Dark Violet #9F02BA
RGB
CMYK
RGB Variations
Color information
#9F02BA (or 0x9F02BA) is known color: Dark Violet. HEX triplet: 9F, 02 and BA. RGB value is (159,2,186). Sum of RGB (Red+Green+Blue) = 159+2+186=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F02BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02BA is #60FD45. Grayscale: #454545. Windows color (decimal): -6356294 or 12190367. OLE color: 12190367.
HSL color Cylindrical-coordinate representation of color #9F02BA: hue angle of 291.2º 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 #9F02BA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 2 | 186 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.27 |
| HSL | 291.2º | 0.98% | 0.37% | - |
| HSV(B) | 291.2º | 0.99% | 0.73% | - |
| XYZ | 23.18 | 10.96 | 47.35 | - |
| YUV | 69.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 186 | 0.15 | 0.99 | 0 | 0.27 | 291.2 | 0.98 | 0.37 |
| Hex | 9F | 2 | BA | F | 63 | 0 | 1B | 123 | 62 | 25 |
| Octal | 237 | 2 | 272 | 17 | 143 | 0 | 33 | 443 | 142 | 45 |
| Binary | 10011111 | 10 | 10111010 | 1111 | 1100011 | 0 | 11011 | 100100011 | 1100010 | 100101 |
Color Harmonies of #9F02BA
Complementary color
Monochromatic Colors of #9F02BA
Black with #9F02BA
Text Example
Text Example
White with #9F02BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02BA; }
p { color: rgb(159,2,186); }
H1.HeaderClassName
{
color: #9F02BA;
}
.AnyTagClassName
{
color: #9F02BA;
}
</style>
background-color css
<style>
a { background-color: #9F02BA; }
a { background-color: rgb(159,2,186); }
div.DivClassName
{
background-color: #9F02BA;
}
.BgClassName
{
background-color: #9F02BA;
}
</style>
border-color css
<style>
span { border-color: #9F02BA; }
span { border-color: rgb(159,2,186); }
td.TdClassName
{
border-color: #9F02BA;
}
.TagClassName
{
border-color: #9F02BA;
}
</style>