Shades of Dark Violet #9A19D9
Tints of Dark Violet #9A19D9
RGB
CMYK
RGB Variations
Color information
#9A19D9 (or 0x9A19D9) is known color: Dark Violet. HEX triplet: 9A, 19 and D9. RGB value is (154,25,217). Sum of RGB (Red+Green+Blue) = 154+25+217=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #9A19D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A19D9 is #65E626. Grayscale: #545454. Windows color (decimal): -6678055 or 14227866. OLE color: 14227866.
HSL color Cylindrical-coordinate representation of color #9A19D9: hue angle of 280.31º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A19D9 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 25 | 217 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.15 |
| HSL | 280.31º | 0.79% | 0.47% | - |
| HSV(B) | 280.31º | 0.88% | 0.85% | - |
| XYZ | 26.2 | 12.58 | 66.69 | - |
| YUV | 85.46 | 202.24 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 217 | 0.29 | 0.88 | 0 | 0.15 | 280.31 | 0.79 | 0.47 |
| Hex | 9A | 19 | D9 | 1D | 58 | 0 | F | 118 | 4F | 2F |
| Octal | 232 | 31 | 331 | 35 | 130 | 0 | 17 | 430 | 117 | 57 |
| Binary | 10011010 | 11001 | 11011001 | 11101 | 1011000 | 0 | 1111 | 100011000 | 1001111 | 101111 |
Color Harmonies of #9A19D9
Complementary color
Monochromatic Colors of #9A19D9
Black with #9A19D9
Text Example
Text Example
White with #9A19D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A19D9; }
p { color: rgb(154,25,217); }
H1.HeaderClassName
{
color: #9A19D9;
}
.AnyTagClassName
{
color: #9A19D9;
}
</style>
background-color css
<style>
a { background-color: #9A19D9; }
a { background-color: rgb(154,25,217); }
div.DivClassName
{
background-color: #9A19D9;
}
.BgClassName
{
background-color: #9A19D9;
}
</style>
border-color css
<style>
span { border-color: #9A19D9; }
span { border-color: rgb(154,25,217); }
td.TdClassName
{
border-color: #9A19D9;
}
.TagClassName
{
border-color: #9A19D9;
}
</style>