Shades of Dark Violet #9F02BB
Tints of Dark Violet #9F02BB
RGB
CMYK
RGB Variations
Color information
#9F02BB (or 0x9F02BB) is known color: Dark Violet. HEX triplet: 9F, 02 and BB. RGB value is (159,2,187). Sum of RGB (Red+Green+Blue) = 159+2+187=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F02BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02BB is #60FD44. Grayscale: #454545. Windows color (decimal): -6356293 or 12255903. OLE color: 12255903.
HSL color Cylindrical-coordinate representation of color #9F02BB: hue angle of 290.92º 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 #9F02BB is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 2 | 187 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.27 |
| HSL | 290.92º | 0.98% | 0.37% | - |
| HSV(B) | 290.92º | 0.99% | 0.73% | - |
| XYZ | 23.29 | 11 | 47.91 | - |
| YUV | 70.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 187 | 0.15 | 0.99 | 0 | 0.27 | 290.92 | 0.98 | 0.37 |
| Hex | 9F | 2 | BB | F | 63 | 0 | 1B | 123 | 62 | 25 |
| Octal | 237 | 2 | 273 | 17 | 143 | 0 | 33 | 443 | 142 | 45 |
| Binary | 10011111 | 10 | 10111011 | 1111 | 1100011 | 0 | 11011 | 100100011 | 1100010 | 100101 |
Color Harmonies of #9F02BB
Complementary color
Monochromatic Colors of #9F02BB
Black with #9F02BB
Text Example
Text Example
White with #9F02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02BB; }
p { color: rgb(159,2,187); }
H1.HeaderClassName
{
color: #9F02BB;
}
.AnyTagClassName
{
color: #9F02BB;
}
</style>
background-color css
<style>
a { background-color: #9F02BB; }
a { background-color: rgb(159,2,187); }
div.DivClassName
{
background-color: #9F02BB;
}
.BgClassName
{
background-color: #9F02BB;
}
</style>
border-color css
<style>
span { border-color: #9F02BB; }
span { border-color: rgb(159,2,187); }
td.TdClassName
{
border-color: #9F02BB;
}
.TagClassName
{
border-color: #9F02BB;
}
</style>