Shades of Electric Purple #C91FEA
Tints of Electric Purple #C91FEA
RGB
CMYK
RGB Variations
Color information
#C91FEA (or 0xC91FEA) is known color: Electric Purple. HEX triplet: C9, 1F and EA. RGB value is (201,31,234). Sum of RGB (Red+Green+Blue) = 201+31+234=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #C91FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FEA is #36E015. Grayscale: #686868. Windows color (decimal): -3596310 or 15343561. OLE color: 15343561.
HSL color Cylindrical-coordinate representation of color #C91FEA: hue angle of 290.25º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91FEA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 31 | 234 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.08 |
| HSL | 290.25º | 0.83% | 0.52% | - |
| HSV(B) | 290.25º | 0.87% | 0.92% | - |
| XYZ | 39.43 | 19.34 | 79.5 | - |
| YUV | 104.97 | 200.82 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 234 | 0.14 | 0.87 | 0 | 0.08 | 290.25 | 0.83 | 0.52 |
| Hex | C9 | 1F | EA | E | 57 | 0 | 8 | 122 | 53 | 34 |
| Octal | 311 | 37 | 352 | 16 | 127 | 0 | 10 | 442 | 123 | 64 |
| Binary | 11001001 | 11111 | 11101010 | 1110 | 1010111 | 0 | 1000 | 100100010 | 1010011 | 110100 |
Color Harmonies of #C91FEA
Complementary color
Monochromatic Colors of #C91FEA
Black with #C91FEA
Text Example
Text Example
White with #C91FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91FEA; }
p { color: rgb(201,31,234); }
H1.HeaderClassName
{
color: #C91FEA;
}
.AnyTagClassName
{
color: #C91FEA;
}
</style>
background-color css
<style>
a { background-color: #C91FEA; }
a { background-color: rgb(201,31,234); }
div.DivClassName
{
background-color: #C91FEA;
}
.BgClassName
{
background-color: #C91FEA;
}
</style>
border-color css
<style>
span { border-color: #C91FEA; }
span { border-color: rgb(201,31,234); }
td.TdClassName
{
border-color: #C91FEA;
}
.TagClassName
{
border-color: #C91FEA;
}
</style>