Shades of Dark Violet #9910DB
Tints of Dark Violet #9910DB
RGB
CMYK
RGB Variations
Color information
#9910DB (or 0x9910DB) is known color: Dark Violet. HEX triplet: 99, 10 and DB. RGB value is (153,16,219). Sum of RGB (Red+Green+Blue) = 153+16+219=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #9910DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9910DB is #66EF24. Grayscale: #4F4F4F. Windows color (decimal): -6745893 or 14356633. OLE color: 14356633.
HSL color Cylindrical-coordinate representation of color #9910DB: hue angle of 280.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9910DB is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 16 | 219 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.14 |
| HSL | 280.49º | 0.86% | 0.46% | - |
| HSV(B) | 280.49º | 0.93% | 0.86% | - |
| XYZ | 26.11 | 12.26 | 68.01 | - |
| YUV | 80.11 | 206.39 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 219 | 0.30 | 0.93 | 0 | 0.14 | 280.49 | 0.86 | 0.46 |
| Hex | 99 | 10 | DB | 1E | 5D | 0 | E | 118 | 56 | 2E |
| Octal | 231 | 20 | 333 | 36 | 135 | 0 | 16 | 430 | 126 | 56 |
| Binary | 10011001 | 10000 | 11011011 | 11110 | 1011101 | 0 | 1110 | 100011000 | 1010110 | 101110 |
Color Harmonies of #9910DB
Complementary color
Monochromatic Colors of #9910DB
Black with #9910DB
Text Example
Text Example
White with #9910DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9910DB; }
p { color: rgb(153,16,219); }
H1.HeaderClassName
{
color: #9910DB;
}
.AnyTagClassName
{
color: #9910DB;
}
</style>
background-color css
<style>
a { background-color: #9910DB; }
a { background-color: rgb(153,16,219); }
div.DivClassName
{
background-color: #9910DB;
}
.BgClassName
{
background-color: #9910DB;
}
</style>
border-color css
<style>
span { border-color: #9910DB; }
span { border-color: rgb(153,16,219); }
td.TdClassName
{
border-color: #9910DB;
}
.TagClassName
{
border-color: #9910DB;
}
</style>