Shades of Electric Purple #C90AEC
Tints of Electric Purple #C90AEC
RGB
CMYK
RGB Variations
Color information
#C90AEC (or 0xC90AEC) is known color: Electric Purple. HEX triplet: C9, 0A and EC. RGB value is (201,10,236). Sum of RGB (Red+Green+Blue) = 201+10+236=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C90AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AEC is #36F513. Grayscale: #5C5C5C. Windows color (decimal): -3601684 or 15469257. OLE color: 15469257.
HSL color Cylindrical-coordinate representation of color #C90AEC: hue angle of 290.71º degrees, saturation: 0.92, 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 #C90AEC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 10 | 236 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.07 |
| HSL | 290.71º | 0.92% | 0.48% | - |
| HSV(B) | 290.71º | 0.96% | 0.93% | - |
| XYZ | 39.34 | 18.69 | 80.89 | - |
| YUV | 92.87 | 208.78 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 236 | 0.15 | 0.96 | 0 | 0.07 | 290.71 | 0.92 | 0.48 |
| Hex | C9 | A | EC | F | 60 | 0 | 7 | 123 | 5C | 30 |
| Octal | 311 | 12 | 354 | 17 | 140 | 0 | 7 | 443 | 134 | 60 |
| Binary | 11001001 | 1010 | 11101100 | 1111 | 1100000 | 0 | 111 | 100100011 | 1011100 | 110000 |
Color Harmonies of #C90AEC
Complementary color
Monochromatic Colors of #C90AEC
Black with #C90AEC
Text Example
Text Example
White with #C90AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90AEC; }
p { color: rgb(201,10,236); }
H1.HeaderClassName
{
color: #C90AEC;
}
.AnyTagClassName
{
color: #C90AEC;
}
</style>
background-color css
<style>
a { background-color: #C90AEC; }
a { background-color: rgb(201,10,236); }
div.DivClassName
{
background-color: #C90AEC;
}
.BgClassName
{
background-color: #C90AEC;
}
</style>
border-color css
<style>
span { border-color: #C90AEC; }
span { border-color: rgb(201,10,236); }
td.TdClassName
{
border-color: #C90AEC;
}
.TagClassName
{
border-color: #C90AEC;
}
</style>