Shades of Dark Violet #A609DB
Tints of Dark Violet #A609DB
RGB
CMYK
RGB Variations
Color information
#A609DB (or 0xA609DB) is known color: Dark Violet. HEX triplet: A6, 09 and DB. RGB value is (166,9,219). Sum of RGB (Red+Green+Blue) = 166+9+219=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #A609DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609DB is #59F624. Grayscale: #4F4F4F. Windows color (decimal): -5895717 or 14354854. OLE color: 14354854.
HSL color Cylindrical-coordinate representation of color #A609DB: hue angle of 284.86º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609DB is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 9 | 219 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.14 |
| HSL | 284.86º | 0.92% | 0.45% | - |
| HSV(B) | 284.86º | 0.96% | 0.86% | - |
| XYZ | 28.61 | 13.42 | 68.1 | - |
| YUV | 79.88 | 206.51 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 219 | 0.24 | 0.96 | 0 | 0.14 | 284.86 | 0.92 | 0.45 |
| Hex | A6 | 9 | DB | 18 | 60 | 0 | E | 11D | 5C | 2D |
| Octal | 246 | 11 | 333 | 30 | 140 | 0 | 16 | 435 | 134 | 55 |
| Binary | 10100110 | 1001 | 11011011 | 11000 | 1100000 | 0 | 1110 | 100011101 | 1011100 | 101101 |
Color Harmonies of #A609DB
Complementary color
Monochromatic Colors of #A609DB
Black with #A609DB
Text Example
Text Example
White with #A609DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609DB; }
p { color: rgb(166,9,219); }
H1.HeaderClassName
{
color: #A609DB;
}
.AnyTagClassName
{
color: #A609DB;
}
</style>
background-color css
<style>
a { background-color: #A609DB; }
a { background-color: rgb(166,9,219); }
div.DivClassName
{
background-color: #A609DB;
}
.BgClassName
{
background-color: #A609DB;
}
</style>
border-color css
<style>
span { border-color: #A609DB; }
span { border-color: rgb(166,9,219); }
td.TdClassName
{
border-color: #A609DB;
}
.TagClassName
{
border-color: #A609DB;
}
</style>