Shades of Electric Purple #AD09E9
Tints of Electric Purple #AD09E9
RGB
CMYK
RGB Variations
Color information
#AD09E9 (or 0xAD09E9) is known color: Electric Purple. HEX triplet: AD, 09 and E9. RGB value is (173,9,233). Sum of RGB (Red+Green+Blue) = 173+9+233=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 233 (91.41% from 255 or 56.14% from 415); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD09E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD09E9 is #52F616. Grayscale: #525252. Windows color (decimal): -5436951 or 15272365. OLE color: 15272365.
HSL color Cylindrical-coordinate representation of color #AD09E9: hue angle of 283.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09E9 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 9 | 233 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.09 |
| HSL | 283.93º | 0.93% | 0.47% | - |
| HSV(B) | 283.93º | 0.96% | 0.91% | - |
| XYZ | 32.04 | 14.96 | 78.29 | - |
| YUV | 83.57 | 212.33 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 233 | 0.26 | 0.96 | 0 | 0.09 | 283.93 | 0.93 | 0.47 |
| Hex | AD | 9 | E9 | 1A | 60 | 0 | 9 | 11C | 5D | 2F |
| Octal | 255 | 11 | 351 | 32 | 140 | 0 | 11 | 434 | 135 | 57 |
| Binary | 10101101 | 1001 | 11101001 | 11010 | 1100000 | 0 | 1001 | 100011100 | 1011101 | 101111 |
Color Harmonies of #AD09E9
Complementary color
Monochromatic Colors of #AD09E9
Black with #AD09E9
Text Example
Text Example
White with #AD09E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09E9; }
p { color: rgb(173,9,233); }
H1.HeaderClassName
{
color: #AD09E9;
}
.AnyTagClassName
{
color: #AD09E9;
}
</style>
background-color css
<style>
a { background-color: #AD09E9; }
a { background-color: rgb(173,9,233); }
div.DivClassName
{
background-color: #AD09E9;
}
.BgClassName
{
background-color: #AD09E9;
}
</style>
border-color css
<style>
span { border-color: #AD09E9; }
span { border-color: rgb(173,9,233); }
td.TdClassName
{
border-color: #AD09E9;
}
.TagClassName
{
border-color: #AD09E9;
}
</style>