Shades of Electric Purple #C91AEA
Tints of Electric Purple #C91AEA
RGB
CMYK
RGB Variations
Color information
#C91AEA (or 0xC91AEA) is known color: Electric Purple. HEX triplet: C9, 1A and EA. RGB value is (201,26,234). Sum of RGB (Red+Green+Blue) = 201+26+234=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 26 (10.55% from 255 or 5.64% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #C91AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AEA is #36E515. Grayscale: #656565. Windows color (decimal): -3597590 or 15342281. OLE color: 15342281.
HSL color Cylindrical-coordinate representation of color #C91AEA: hue angle of 290.48º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91AEA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 26 | 234 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.08 |
| HSL | 290.48º | 0.83% | 0.51% | - |
| HSV(B) | 290.48º | 0.89% | 0.92% | - |
| XYZ | 39.31 | 19.1 | 79.46 | - |
| YUV | 102.04 | 202.48 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 234 | 0.14 | 0.89 | 0 | 0.08 | 290.48 | 0.83 | 0.51 |
| Hex | C9 | 1A | EA | E | 59 | 0 | 8 | 122 | 53 | 33 |
| Octal | 311 | 32 | 352 | 16 | 131 | 0 | 10 | 442 | 123 | 63 |
| Binary | 11001001 | 11010 | 11101010 | 1110 | 1011001 | 0 | 1000 | 100100010 | 1010011 | 110011 |
Color Harmonies of #C91AEA
Complementary color
Monochromatic Colors of #C91AEA
Black with #C91AEA
Text Example
Text Example
White with #C91AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AEA; }
p { color: rgb(201,26,234); }
H1.HeaderClassName
{
color: #C91AEA;
}
.AnyTagClassName
{
color: #C91AEA;
}
</style>
background-color css
<style>
a { background-color: #C91AEA; }
a { background-color: rgb(201,26,234); }
div.DivClassName
{
background-color: #C91AEA;
}
.BgClassName
{
background-color: #C91AEA;
}
</style>
border-color css
<style>
span { border-color: #C91AEA; }
span { border-color: rgb(201,26,234); }
td.TdClassName
{
border-color: #C91AEA;
}
.TagClassName
{
border-color: #C91AEA;
}
</style>