Shades of Dark Violet #9D19DB
Tints of Dark Violet #9D19DB
RGB
CMYK
RGB Variations
Color information
#9D19DB (or 0x9D19DB) is known color: Dark Violet. HEX triplet: 9D, 19 and DB. RGB value is (157,25,219). Sum of RGB (Red+Green+Blue) = 157+25+219=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D19DB is #62E624. Grayscale: #555555. Windows color (decimal): -6481445 or 14358941. OLE color: 14358941.
HSL color Cylindrical-coordinate representation of color #9D19DB: hue angle of 280.82º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D19DB is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 25 | 219 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.14 |
| HSL | 280.82º | 0.8% | 0.48% | - |
| HSV(B) | 280.82º | 0.89% | 0.86% | - |
| XYZ | 27.04 | 12.98 | 68.1 | - |
| YUV | 86.58 | 202.73 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 25 | 219 | 0.28 | 0.89 | 0 | 0.14 | 280.82 | 0.8 | 0.48 |
| Hex | 9D | 19 | DB | 1C | 59 | 0 | E | 119 | 50 | 30 |
| Octal | 235 | 31 | 333 | 34 | 131 | 0 | 16 | 431 | 120 | 60 |
| Binary | 10011101 | 11001 | 11011011 | 11100 | 1011001 | 0 | 1110 | 100011001 | 1010000 | 110000 |
Color Harmonies of #9D19DB
Complementary color
Monochromatic Colors of #9D19DB
Black with #9D19DB
Text Example
Text Example
White with #9D19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D19DB; }
p { color: rgb(157,25,219); }
H1.HeaderClassName
{
color: #9D19DB;
}
.AnyTagClassName
{
color: #9D19DB;
}
</style>
background-color css
<style>
a { background-color: #9D19DB; }
a { background-color: rgb(157,25,219); }
div.DivClassName
{
background-color: #9D19DB;
}
.BgClassName
{
background-color: #9D19DB;
}
</style>
border-color css
<style>
span { border-color: #9D19DB; }
span { border-color: rgb(157,25,219); }
td.TdClassName
{
border-color: #9D19DB;
}
.TagClassName
{
border-color: #9D19DB;
}
</style>