Shades of Dark Violet #9F03BC
Tints of Dark Violet #9F03BC
RGB
CMYK
RGB Variations
Color information
#9F03BC (or 0x9F03BC) is known color: Dark Violet. HEX triplet: 9F, 03 and BC. RGB value is (159,3,188). Sum of RGB (Red+Green+Blue) = 159+3+188=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F03BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F03BC is #60FC43. Grayscale: #464646. Windows color (decimal): -6356036 or 12321695. OLE color: 12321695.
HSL color Cylindrical-coordinate representation of color #9F03BC: hue angle of 290.59º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F03BC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 3 | 188 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.26 |
| HSL | 290.59º | 0.97% | 0.37% | - |
| HSV(B) | 290.59º | 0.98% | 0.74% | - |
| XYZ | 23.41 | 11.07 | 48.48 | - |
| YUV | 70.73 | 194.18 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 188 | 0.15 | 0.98 | 0 | 0.26 | 290.59 | 0.97 | 0.37 |
| Hex | 9F | 3 | BC | F | 62 | 0 | 1A | 123 | 61 | 25 |
| Octal | 237 | 3 | 274 | 17 | 142 | 0 | 32 | 443 | 141 | 45 |
| Binary | 10011111 | 11 | 10111100 | 1111 | 1100010 | 0 | 11010 | 100100011 | 1100001 | 100101 |
Color Harmonies of #9F03BC
Complementary color
Monochromatic Colors of #9F03BC
Black with #9F03BC
Text Example
Text Example
White with #9F03BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03BC; }
p { color: rgb(159,3,188); }
H1.HeaderClassName
{
color: #9F03BC;
}
.AnyTagClassName
{
color: #9F03BC;
}
</style>
background-color css
<style>
a { background-color: #9F03BC; }
a { background-color: rgb(159,3,188); }
div.DivClassName
{
background-color: #9F03BC;
}
.BgClassName
{
background-color: #9F03BC;
}
</style>
border-color css
<style>
span { border-color: #9F03BC; }
span { border-color: rgb(159,3,188); }
td.TdClassName
{
border-color: #9F03BC;
}
.TagClassName
{
border-color: #9F03BC;
}
</style>