Shades of Dark Violet #A409D9
Tints of Dark Violet #A409D9
RGB
CMYK
RGB Variations
Color information
#A409D9 (or 0xA409D9) is known color: Dark Violet. HEX triplet: A4, 09 and D9. RGB value is (164,9,217). Sum of RGB (Red+Green+Blue) = 164+9+217=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #A409D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409D9 is #5BF626. Grayscale: #4E4E4E. Windows color (decimal): -6026791 or 14223780. OLE color: 14223780.
HSL color Cylindrical-coordinate representation of color #A409D9: hue angle of 284.71º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A409D9 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 9 | 217 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.15 |
| HSL | 284.71º | 0.92% | 0.44% | - |
| HSV(B) | 284.71º | 0.96% | 0.85% | - |
| XYZ | 27.93 | 13.1 | 66.7 | - |
| YUV | 79.06 | 205.85 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 217 | 0.24 | 0.96 | 0 | 0.15 | 284.71 | 0.92 | 0.44 |
| Hex | A4 | 9 | D9 | 18 | 60 | 0 | F | 11D | 5C | 2C |
| Octal | 244 | 11 | 331 | 30 | 140 | 0 | 17 | 435 | 134 | 54 |
| Binary | 10100100 | 1001 | 11011001 | 11000 | 1100000 | 0 | 1111 | 100011101 | 1011100 | 101100 |
Color Harmonies of #A409D9
Complementary color
Monochromatic Colors of #A409D9
Black with #A409D9
Text Example
Text Example
White with #A409D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A409D9; }
p { color: rgb(164,9,217); }
H1.HeaderClassName
{
color: #A409D9;
}
.AnyTagClassName
{
color: #A409D9;
}
</style>
background-color css
<style>
a { background-color: #A409D9; }
a { background-color: rgb(164,9,217); }
div.DivClassName
{
background-color: #A409D9;
}
.BgClassName
{
background-color: #A409D9;
}
</style>
border-color css
<style>
span { border-color: #A409D9; }
span { border-color: rgb(164,9,217); }
td.TdClassName
{
border-color: #A409D9;
}
.TagClassName
{
border-color: #A409D9;
}
</style>