Shades of Dark Violet #AD09E4
Tints of Dark Violet #AD09E4
RGB
CMYK
RGB Variations
Color information
#AD09E4 (or 0xAD09E4) is known color: Dark Violet. HEX triplet: AD, 09 and E4. RGB value is (173,9,228). Sum of RGB (Red+Green+Blue) = 173+9+228=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD09E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09E4 is #52F61B. Grayscale: #525252. Windows color (decimal): -5436956 or 14944685. OLE color: 14944685.
HSL color Cylindrical-coordinate representation of color #AD09E4: hue angle of 284.93º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09E4 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 9 | 228 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.11 |
| HSL | 284.93º | 0.92% | 0.46% | - |
| HSV(B) | 284.93º | 0.96% | 0.89% | - |
| XYZ | 31.33 | 14.68 | 74.58 | - |
| YUV | 83 | 209.83 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 228 | 0.24 | 0.96 | 0 | 0.11 | 284.93 | 0.92 | 0.46 |
| Hex | AD | 9 | E4 | 18 | 60 | 0 | B | 11D | 5C | 2E |
| Octal | 255 | 11 | 344 | 30 | 140 | 0 | 13 | 435 | 134 | 56 |
| Binary | 10101101 | 1001 | 11100100 | 11000 | 1100000 | 0 | 1011 | 100011101 | 1011100 | 101110 |
Color Harmonies of #AD09E4
Complementary color
Monochromatic Colors of #AD09E4
Black with #AD09E4
Text Example
Text Example
White with #AD09E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09E4; }
p { color: rgb(173,9,228); }
H1.HeaderClassName
{
color: #AD09E4;
}
.AnyTagClassName
{
color: #AD09E4;
}
</style>
background-color css
<style>
a { background-color: #AD09E4; }
a { background-color: rgb(173,9,228); }
div.DivClassName
{
background-color: #AD09E4;
}
.BgClassName
{
background-color: #AD09E4;
}
</style>
border-color css
<style>
span { border-color: #AD09E4; }
span { border-color: rgb(173,9,228); }
td.TdClassName
{
border-color: #AD09E4;
}
.TagClassName
{
border-color: #AD09E4;
}
</style>