Shades of Dark Violet #AD09DD
Tints of Dark Violet #AD09DD
RGB
CMYK
RGB Variations
Color information
#AD09DD (or 0xAD09DD) is known color: Dark Violet. HEX triplet: AD, 09 and DD. RGB value is (173,9,221). Sum of RGB (Red+Green+Blue) = 173+9+221=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD09DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09DD is #52F622. Grayscale: #515151. Windows color (decimal): -5436963 or 14485933. OLE color: 14485933.
HSL color Cylindrical-coordinate representation of color #AD09DD: hue angle of 286.42º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09DD is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 9 | 221 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.13 |
| HSL | 286.42º | 0.92% | 0.45% | - |
| HSV(B) | 286.42º | 0.96% | 0.87% | - |
| XYZ | 30.38 | 14.3 | 69.57 | - |
| YUV | 82.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 221 | 0.22 | 0.96 | 0 | 0.13 | 286.42 | 0.92 | 0.45 |
| Hex | AD | 9 | DD | 16 | 60 | 0 | D | 11E | 5C | 2D |
| Octal | 255 | 11 | 335 | 26 | 140 | 0 | 15 | 436 | 134 | 55 |
| Binary | 10101101 | 1001 | 11011101 | 10110 | 1100000 | 0 | 1101 | 100011110 | 1011100 | 101101 |
Color Harmonies of #AD09DD
Complementary color
Monochromatic Colors of #AD09DD
Black with #AD09DD
Text Example
Text Example
White with #AD09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09DD; }
p { color: rgb(173,9,221); }
H1.HeaderClassName
{
color: #AD09DD;
}
.AnyTagClassName
{
color: #AD09DD;
}
</style>
background-color css
<style>
a { background-color: #AD09DD; }
a { background-color: rgb(173,9,221); }
div.DivClassName
{
background-color: #AD09DD;
}
.BgClassName
{
background-color: #AD09DD;
}
</style>
border-color css
<style>
span { border-color: #AD09DD; }
span { border-color: rgb(173,9,221); }
td.TdClassName
{
border-color: #AD09DD;
}
.TagClassName
{
border-color: #AD09DD;
}
</style>