Shades of Dark Violet #9A19DB
Tints of Dark Violet #9A19DB
RGB
CMYK
RGB Variations
Color information
#9A19DB (or 0x9A19DB) is known color: Dark Violet. HEX triplet: 9A, 19 and DB. RGB value is (154,25,219). Sum of RGB (Red+Green+Blue) = 154+25+219=398 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.69% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A19DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A19DB is #65E624. Grayscale: #555555. Windows color (decimal): -6678053 or 14358938. OLE color: 14358938.
HSL color Cylindrical-coordinate representation of color #9A19DB: hue angle of 279.9º 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 #9A19DB is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 25 | 219 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.14 |
| HSL | 279.9º | 0.8% | 0.48% | - |
| HSV(B) | 279.9º | 0.89% | 0.86% | - |
| XYZ | 26.46 | 12.68 | 68.07 | - |
| YUV | 85.69 | 203.24 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 219 | 0.30 | 0.89 | 0 | 0.14 | 279.9 | 0.8 | 0.48 |
| Hex | 9A | 19 | DB | 1E | 59 | 0 | E | 118 | 50 | 30 |
| Octal | 232 | 31 | 333 | 36 | 131 | 0 | 16 | 430 | 120 | 60 |
| Binary | 10011010 | 11001 | 11011011 | 11110 | 1011001 | 0 | 1110 | 100011000 | 1010000 | 110000 |
Color Harmonies of #9A19DB
Complementary color
Monochromatic Colors of #9A19DB
Black with #9A19DB
Text Example
Text Example
White with #9A19DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A19DB; }
p { color: rgb(154,25,219); }
H1.HeaderClassName
{
color: #9A19DB;
}
.AnyTagClassName
{
color: #9A19DB;
}
</style>
background-color css
<style>
a { background-color: #9A19DB; }
a { background-color: rgb(154,25,219); }
div.DivClassName
{
background-color: #9A19DB;
}
.BgClassName
{
background-color: #9A19DB;
}
</style>
border-color css
<style>
span { border-color: #9A19DB; }
span { border-color: rgb(154,25,219); }
td.TdClassName
{
border-color: #9A19DB;
}
.TagClassName
{
border-color: #9A19DB;
}
</style>