Shades of Electric Purple #C91AEF
Tints of Electric Purple #C91AEF
RGB
CMYK
RGB Variations
Color information
#C91AEF (or 0xC91AEF) is known color: Electric Purple. HEX triplet: C9, 1A and EF. RGB value is (201,26,239). Sum of RGB (Red+Green+Blue) = 201+26+239=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #C91AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AEF is #36E510. Grayscale: #656565. Windows color (decimal): -3597585 or 15669961. OLE color: 15669961.
HSL color Cylindrical-coordinate representation of color #C91AEF: hue angle of 289.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91AEF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 26 | 239 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.06 |
| HSL | 289.3º | 0.87% | 0.52% | - |
| HSV(B) | 289.3º | 0.89% | 0.94% | - |
| XYZ | 40.04 | 19.39 | 83.29 | - |
| YUV | 102.61 | 204.98 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 239 | 0.16 | 0.89 | 0 | 0.06 | 289.3 | 0.87 | 0.52 |
| Hex | C9 | 1A | EF | 10 | 59 | 0 | 6 | 121 | 57 | 34 |
| Octal | 311 | 32 | 357 | 20 | 131 | 0 | 6 | 441 | 127 | 64 |
| Binary | 11001001 | 11010 | 11101111 | 10000 | 1011001 | 0 | 110 | 100100001 | 1010111 | 110100 |
Color Harmonies of #C91AEF
Complementary color
Monochromatic Colors of #C91AEF
Black with #C91AEF
Text Example
Text Example
White with #C91AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91AEF; }
p { color: rgb(201,26,239); }
H1.HeaderClassName
{
color: #C91AEF;
}
.AnyTagClassName
{
color: #C91AEF;
}
</style>
background-color css
<style>
a { background-color: #C91AEF; }
a { background-color: rgb(201,26,239); }
div.DivClassName
{
background-color: #C91AEF;
}
.BgClassName
{
background-color: #C91AEF;
}
</style>
border-color css
<style>
span { border-color: #C91AEF; }
span { border-color: rgb(201,26,239); }
td.TdClassName
{
border-color: #C91AEF;
}
.TagClassName
{
border-color: #C91AEF;
}
</style>