Shades of Dark Violet #9F02BE
Tints of Dark Violet #9F02BE
RGB
CMYK
RGB Variations
Color information
#9F02BE (or 0x9F02BE) is known color: Dark Violet. HEX triplet: 9F, 02 and BE. RGB value is (159,2,190). Sum of RGB (Red+Green+Blue) = 159+2+190=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F02BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02BE is #60FD41. Grayscale: #454545. Windows color (decimal): -6356290 or 12452511. OLE color: 12452511.
HSL color Cylindrical-coordinate representation of color #9F02BE: hue angle of 290.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02BE is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 2 | 190 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.25 |
| HSL | 290.11º | 0.98% | 0.38% | - |
| HSV(B) | 290.11º | 0.99% | 0.75% | - |
| XYZ | 23.61 | 11.13 | 49.62 | - |
| YUV | 70.38 | 195.51 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 190 | 0.16 | 0.99 | 0 | 0.25 | 290.11 | 0.98 | 0.38 |
| Hex | 9F | 2 | BE | 10 | 63 | 0 | 19 | 122 | 62 | 26 |
| Octal | 237 | 2 | 276 | 20 | 143 | 0 | 31 | 442 | 142 | 46 |
| Binary | 10011111 | 10 | 10111110 | 10000 | 1100011 | 0 | 11001 | 100100010 | 1100010 | 100110 |
Color Harmonies of #9F02BE
Complementary color
Monochromatic Colors of #9F02BE
Black with #9F02BE
Text Example
Text Example
White with #9F02BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02BE; }
p { color: rgb(159,2,190); }
H1.HeaderClassName
{
color: #9F02BE;
}
.AnyTagClassName
{
color: #9F02BE;
}
</style>
background-color css
<style>
a { background-color: #9F02BE; }
a { background-color: rgb(159,2,190); }
div.DivClassName
{
background-color: #9F02BE;
}
.BgClassName
{
background-color: #9F02BE;
}
</style>
border-color css
<style>
span { border-color: #9F02BE; }
span { border-color: rgb(159,2,190); }
td.TdClassName
{
border-color: #9F02BE;
}
.TagClassName
{
border-color: #9F02BE;
}
</style>