Shades of Dark Violet #9F03DB
Tints of Dark Violet #9F03DB
RGB
CMYK
RGB Variations
Color information
#9F03DB (or 0x9F03DB) is known color: Dark Violet. HEX triplet: 9F, 03 and DB. RGB value is (159,3,219). Sum of RGB (Red+Green+Blue) = 159+3+219=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F03DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F03DB is #60FC24. Grayscale: #494949. Windows color (decimal): -6356005 or 14353311. OLE color: 14353311.
HSL color Cylindrical-coordinate representation of color #9F03DB: hue angle of 283.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F03DB is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 3 | 219 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.14 |
| HSL | 283.33º | 0.97% | 0.44% | - |
| HSV(B) | 283.33º | 0.99% | 0.86% | - |
| XYZ | 27.12 | 12.55 | 68.01 | - |
| YUV | 74.27 | 209.68 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 219 | 0.27 | 0.99 | 0 | 0.14 | 283.33 | 0.97 | 0.44 |
| Hex | 9F | 3 | DB | 1B | 63 | 0 | E | 11B | 61 | 2C |
| Octal | 237 | 3 | 333 | 33 | 143 | 0 | 16 | 433 | 141 | 54 |
| Binary | 10011111 | 11 | 11011011 | 11011 | 1100011 | 0 | 1110 | 100011011 | 1100001 | 101100 |
Color Harmonies of #9F03DB
Complementary color
Monochromatic Colors of #9F03DB
Black with #9F03DB
Text Example
Text Example
White with #9F03DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03DB; }
p { color: rgb(159,3,219); }
H1.HeaderClassName
{
color: #9F03DB;
}
.AnyTagClassName
{
color: #9F03DB;
}
</style>
background-color css
<style>
a { background-color: #9F03DB; }
a { background-color: rgb(159,3,219); }
div.DivClassName
{
background-color: #9F03DB;
}
.BgClassName
{
background-color: #9F03DB;
}
</style>
border-color css
<style>
span { border-color: #9F03DB; }
span { border-color: rgb(159,3,219); }
td.TdClassName
{
border-color: #9F03DB;
}
.TagClassName
{
border-color: #9F03DB;
}
</style>