Shades of Electric Purple #C91AEE
Tints of Electric Purple #C91AEE
RGB
CMYK
RGB Variations
Color information
#C91AEE (or 0xC91AEE) is known color: Electric Purple. HEX triplet: C9, 1A and EE. RGB value is (201,26,238). Sum of RGB (Red+Green+Blue) = 201+26+238=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #C91AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AEE is #36E511. Grayscale: #656565. Windows color (decimal): -3597586 or 15604425. OLE color: 15604425.
HSL color Cylindrical-coordinate representation of color #C91AEE: hue angle of 289.53º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91AEE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 26 | 238 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.07 |
| HSL | 289.53º | 0.86% | 0.52% | - |
| HSV(B) | 289.53º | 0.89% | 0.93% | - |
| XYZ | 39.89 | 19.33 | 82.52 | - |
| YUV | 102.49 | 204.48 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 238 | 0.16 | 0.89 | 0 | 0.07 | 289.53 | 0.86 | 0.52 |
| Hex | C9 | 1A | EE | 10 | 59 | 0 | 7 | 122 | 56 | 34 |
| Octal | 311 | 32 | 356 | 20 | 131 | 0 | 7 | 442 | 126 | 64 |
| Binary | 11001001 | 11010 | 11101110 | 10000 | 1011001 | 0 | 111 | 100100010 | 1010110 | 110100 |
Color Harmonies of #C91AEE
Complementary color
Monochromatic Colors of #C91AEE
Black with #C91AEE
Text Example
Text Example
White with #C91AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AEE; }
p { color: rgb(201,26,238); }
H1.HeaderClassName
{
color: #C91AEE;
}
.AnyTagClassName
{
color: #C91AEE;
}
</style>
background-color css
<style>
a { background-color: #C91AEE; }
a { background-color: rgb(201,26,238); }
div.DivClassName
{
background-color: #C91AEE;
}
.BgClassName
{
background-color: #C91AEE;
}
</style>
border-color css
<style>
span { border-color: #C91AEE; }
span { border-color: rgb(201,26,238); }
td.TdClassName
{
border-color: #C91AEE;
}
.TagClassName
{
border-color: #C91AEE;
}
</style>