Shades of Dark Violet #9F02BC
Tints of Dark Violet #9F02BC
RGB
CMYK
RGB Variations
Color information
#9F02BC (or 0x9F02BC) is known color: Dark Violet. HEX triplet: 9F, 02 and BC. RGB value is (159,2,188). Sum of RGB (Red+Green+Blue) = 159+2+188=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F02BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02BC is #60FD43. Grayscale: #454545. Windows color (decimal): -6356292 or 12321439. OLE color: 12321439.
HSL color Cylindrical-coordinate representation of color #9F02BC: hue angle of 290.65º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02BC is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 2 | 188 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.26 |
| HSL | 290.65º | 0.98% | 0.37% | - |
| HSV(B) | 290.65º | 0.99% | 0.74% | - |
| XYZ | 23.4 | 11.05 | 48.48 | - |
| YUV | 70.15 | 194.51 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 188 | 0.15 | 0.99 | 0 | 0.26 | 290.65 | 0.98 | 0.37 |
| Hex | 9F | 2 | BC | F | 63 | 0 | 1A | 123 | 62 | 25 |
| Octal | 237 | 2 | 274 | 17 | 143 | 0 | 32 | 443 | 142 | 45 |
| Binary | 10011111 | 10 | 10111100 | 1111 | 1100011 | 0 | 11010 | 100100011 | 1100010 | 100101 |
Color Harmonies of #9F02BC
Complementary color
Monochromatic Colors of #9F02BC
Black with #9F02BC
Text Example
Text Example
White with #9F02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02BC; }
p { color: rgb(159,2,188); }
H1.HeaderClassName
{
color: #9F02BC;
}
.AnyTagClassName
{
color: #9F02BC;
}
</style>
background-color css
<style>
a { background-color: #9F02BC; }
a { background-color: rgb(159,2,188); }
div.DivClassName
{
background-color: #9F02BC;
}
.BgClassName
{
background-color: #9F02BC;
}
</style>
border-color css
<style>
span { border-color: #9F02BC; }
span { border-color: rgb(159,2,188); }
td.TdClassName
{
border-color: #9F02BC;
}
.TagClassName
{
border-color: #9F02BC;
}
</style>