Shades of Electric Purple #C91EEF
Tints of Electric Purple #C91EEF
RGB
CMYK
RGB Variations
Color information
#C91EEF (or 0xC91EEF) is known color: Electric Purple. HEX triplet: C9, 1E and EF. RGB value is (201,30,239). Sum of RGB (Red+Green+Blue) = 201+30+239=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #C91EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91EEF is #36E110. Grayscale: #686868. Windows color (decimal): -3596561 or 15670985. OLE color: 15670985.
HSL color Cylindrical-coordinate representation of color #C91EEF: hue angle of 289.09º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91EEF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 30 | 239 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.06 |
| HSL | 289.09º | 0.87% | 0.53% | - |
| HSV(B) | 289.09º | 0.87% | 0.94% | - |
| XYZ | 40.13 | 19.58 | 83.33 | - |
| YUV | 104.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 239 | 0.16 | 0.87 | 0 | 0.06 | 289.09 | 0.87 | 0.53 |
| Hex | C9 | 1E | EF | 10 | 57 | 0 | 6 | 121 | 57 | 35 |
| Octal | 311 | 36 | 357 | 20 | 127 | 0 | 6 | 441 | 127 | 65 |
| Binary | 11001001 | 11110 | 11101111 | 10000 | 1010111 | 0 | 110 | 100100001 | 1010111 | 110101 |
Color Harmonies of #C91EEF
Complementary color
Monochromatic Colors of #C91EEF
Black with #C91EEF
Text Example
Text Example
White with #C91EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EEF; }
p { color: rgb(201,30,239); }
H1.HeaderClassName
{
color: #C91EEF;
}
.AnyTagClassName
{
color: #C91EEF;
}
</style>
background-color css
<style>
a { background-color: #C91EEF; }
a { background-color: rgb(201,30,239); }
div.DivClassName
{
background-color: #C91EEF;
}
.BgClassName
{
background-color: #C91EEF;
}
</style>
border-color css
<style>
span { border-color: #C91EEF; }
span { border-color: rgb(201,30,239); }
td.TdClassName
{
border-color: #C91EEF;
}
.TagClassName
{
border-color: #C91EEF;
}
</style>