Shades of Electric Purple #C90AEB
Tints of Electric Purple #C90AEB
RGB
CMYK
RGB Variations
Color information
#C90AEB (or 0xC90AEB) is known color: Electric Purple. HEX triplet: C9, 0A and EB. RGB value is (201,10,235). Sum of RGB (Red+Green+Blue) = 201+10+235=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 10 (4.30% from 255 or 2.24% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C90AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AEB is #36F514. Grayscale: #5C5C5C. Windows color (decimal): -3601685 or 15403721. OLE color: 15403721.
HSL color Cylindrical-coordinate representation of color #C90AEB: hue angle of 290.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90AEB is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 10 | 235 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.08 |
| HSL | 290.93º | 0.92% | 0.48% | - |
| HSV(B) | 290.93º | 0.96% | 0.92% | - |
| XYZ | 39.19 | 18.63 | 80.13 | - |
| YUV | 92.76 | 208.28 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 235 | 0.14 | 0.96 | 0 | 0.08 | 290.93 | 0.92 | 0.48 |
| Hex | C9 | A | EB | E | 60 | 0 | 8 | 123 | 5C | 30 |
| Octal | 311 | 12 | 353 | 16 | 140 | 0 | 10 | 443 | 134 | 60 |
| Binary | 11001001 | 1010 | 11101011 | 1110 | 1100000 | 0 | 1000 | 100100011 | 1011100 | 110000 |
Color Harmonies of #C90AEB
Complementary color
Monochromatic Colors of #C90AEB
Black with #C90AEB
Text Example
Text Example
White with #C90AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90AEB; }
p { color: rgb(201,10,235); }
H1.HeaderClassName
{
color: #C90AEB;
}
.AnyTagClassName
{
color: #C90AEB;
}
</style>
background-color css
<style>
a { background-color: #C90AEB; }
a { background-color: rgb(201,10,235); }
div.DivClassName
{
background-color: #C90AEB;
}
.BgClassName
{
background-color: #C90AEB;
}
</style>
border-color css
<style>
span { border-color: #C90AEB; }
span { border-color: rgb(201,10,235); }
td.TdClassName
{
border-color: #C90AEB;
}
.TagClassName
{
border-color: #C90AEB;
}
</style>