Shades of Electric Purple #C91EEA
Tints of Electric Purple #C91EEA
RGB
CMYK
RGB Variations
Color information
#C91EEA (or 0xC91EEA) is known color: Electric Purple. HEX triplet: C9, 1E and EA. RGB value is (201,30,234). Sum of RGB (Red+Green+Blue) = 201+30+234=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #C91EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91EEA is #36E115. Grayscale: #676767. Windows color (decimal): -3596566 or 15343305. OLE color: 15343305.
HSL color Cylindrical-coordinate representation of color #C91EEA: hue angle of 290.29º 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 #C91EEA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 30 | 234 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.08 |
| HSL | 290.29º | 0.83% | 0.52% | - |
| HSV(B) | 290.29º | 0.87% | 0.92% | - |
| XYZ | 39.4 | 19.29 | 79.49 | - |
| YUV | 104.39 | 201.15 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 234 | 0.14 | 0.87 | 0 | 0.08 | 290.29 | 0.83 | 0.52 |
| Hex | C9 | 1E | EA | E | 57 | 0 | 8 | 122 | 53 | 34 |
| Octal | 311 | 36 | 352 | 16 | 127 | 0 | 10 | 442 | 123 | 64 |
| Binary | 11001001 | 11110 | 11101010 | 1110 | 1010111 | 0 | 1000 | 100100010 | 1010011 | 110100 |
Color Harmonies of #C91EEA
Complementary color
Monochromatic Colors of #C91EEA
Black with #C91EEA
Text Example
Text Example
White with #C91EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EEA; }
p { color: rgb(201,30,234); }
H1.HeaderClassName
{
color: #C91EEA;
}
.AnyTagClassName
{
color: #C91EEA;
}
</style>
background-color css
<style>
a { background-color: #C91EEA; }
a { background-color: rgb(201,30,234); }
div.DivClassName
{
background-color: #C91EEA;
}
.BgClassName
{
background-color: #C91EEA;
}
</style>
border-color css
<style>
span { border-color: #C91EEA; }
span { border-color: rgb(201,30,234); }
td.TdClassName
{
border-color: #C91EEA;
}
.TagClassName
{
border-color: #C91EEA;
}
</style>