Shades of Dark Violet #9903DB
Tints of Dark Violet #9903DB
RGB
CMYK
RGB Variations
Color information
#9903DB (or 0x9903DB) is known color: Dark Violet. HEX triplet: 99, 03 and DB. RGB value is (153,3,219). Sum of RGB (Red+Green+Blue) = 153+3+219=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #9903DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9903DB is #66FC24. Grayscale: #474747. Windows color (decimal): -6749221 or 14353305. OLE color: 14353305.
HSL color Cylindrical-coordinate representation of color #9903DB: hue angle of 281.67º 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 #9903DB is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 3 | 219 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.14 |
| HSL | 281.67º | 0.97% | 0.44% | - |
| HSV(B) | 281.67º | 0.99% | 0.86% | - |
| XYZ | 25.96 | 11.95 | 67.96 | - |
| YUV | 72.47 | 210.7 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 219 | 0.30 | 0.99 | 0 | 0.14 | 281.67 | 0.97 | 0.44 |
| Hex | 99 | 3 | DB | 1E | 63 | 0 | E | 11A | 61 | 2C |
| Octal | 231 | 3 | 333 | 36 | 143 | 0 | 16 | 432 | 141 | 54 |
| Binary | 10011001 | 11 | 11011011 | 11110 | 1100011 | 0 | 1110 | 100011010 | 1100001 | 101100 |
Color Harmonies of #9903DB
Complementary color
Monochromatic Colors of #9903DB
Black with #9903DB
Text Example
Text Example
White with #9903DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9903DB; }
p { color: rgb(153,3,219); }
H1.HeaderClassName
{
color: #9903DB;
}
.AnyTagClassName
{
color: #9903DB;
}
</style>
background-color css
<style>
a { background-color: #9903DB; }
a { background-color: rgb(153,3,219); }
div.DivClassName
{
background-color: #9903DB;
}
.BgClassName
{
background-color: #9903DB;
}
</style>
border-color css
<style>
span { border-color: #9903DB; }
span { border-color: rgb(153,3,219); }
td.TdClassName
{
border-color: #9903DB;
}
.TagClassName
{
border-color: #9903DB;
}
</style>