Shades of Electric Purple #A609EE
Tints of Electric Purple #A609EE
RGB
CMYK
RGB Variations
Color information
#A609EE (or 0xA609EE) is known color: Electric Purple. HEX triplet: A6, 09 and EE. RGB value is (166,9,238). Sum of RGB (Red+Green+Blue) = 166+9+238=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 238 (93.36% from 255 or 57.63% from 413); Max value from RGB is 238 - color contains mainly: blue. Hex color #A609EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A609EE is #59F611. Grayscale: #515151. Windows color (decimal): -5895698 or 15600038. OLE color: 15600038.
HSL color Cylindrical-coordinate representation of color #A609EE: hue angle of 281.14º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609EE is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 9 | 238 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.07 |
| HSL | 281.14º | 0.93% | 0.48% | - |
| HSV(B) | 281.14º | 0.96% | 0.93% | - |
| XYZ | 31.26 | 14.48 | 82.04 | - |
| YUV | 82.05 | 216.01 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 238 | 0.30 | 0.96 | 0 | 0.07 | 281.14 | 0.93 | 0.48 |
| Hex | A6 | 9 | EE | 1E | 60 | 0 | 7 | 119 | 5D | 30 |
| Octal | 246 | 11 | 356 | 36 | 140 | 0 | 7 | 431 | 135 | 60 |
| Binary | 10100110 | 1001 | 11101110 | 11110 | 1100000 | 0 | 111 | 100011001 | 1011101 | 110000 |
Color Harmonies of #A609EE
Complementary color
Monochromatic Colors of #A609EE
Black with #A609EE
Text Example
Text Example
White with #A609EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609EE; }
p { color: rgb(166,9,238); }
H1.HeaderClassName
{
color: #A609EE;
}
.AnyTagClassName
{
color: #A609EE;
}
</style>
background-color css
<style>
a { background-color: #A609EE; }
a { background-color: rgb(166,9,238); }
div.DivClassName
{
background-color: #A609EE;
}
.BgClassName
{
background-color: #A609EE;
}
</style>
border-color css
<style>
span { border-color: #A609EE; }
span { border-color: rgb(166,9,238); }
td.TdClassName
{
border-color: #A609EE;
}
.TagClassName
{
border-color: #A609EE;
}
</style>