Shades of Electric Purple #C90EEB
Tints of Electric Purple #C90EEB
RGB
CMYK
RGB Variations
Color information
#C90EEB (or 0xC90EEB) is known color: Electric Purple. HEX triplet: C9, 0E and EB. RGB value is (201,14,235). Sum of RGB (Red+Green+Blue) = 201+14+235=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #C90EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EEB is #36F114. Grayscale: #5E5E5E. Windows color (decimal): -3600661 or 15404745. OLE color: 15404745.
HSL color Cylindrical-coordinate representation of color #C90EEB: hue angle of 290.77º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90EEB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 14 | 235 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.08 |
| HSL | 290.77º | 0.89% | 0.49% | - |
| HSV(B) | 290.77º | 0.94% | 0.92% | - |
| XYZ | 39.24 | 18.73 | 80.14 | - |
| YUV | 95.11 | 206.95 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 235 | 0.14 | 0.94 | 0 | 0.08 | 290.77 | 0.89 | 0.49 |
| Hex | C9 | E | EB | E | 5E | 0 | 8 | 123 | 59 | 31 |
| Octal | 311 | 16 | 353 | 16 | 136 | 0 | 10 | 443 | 131 | 61 |
| Binary | 11001001 | 1110 | 11101011 | 1110 | 1011110 | 0 | 1000 | 100100011 | 1011001 | 110001 |
Color Harmonies of #C90EEB
Complementary color
Monochromatic Colors of #C90EEB
Black with #C90EEB
Text Example
Text Example
White with #C90EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EEB; }
p { color: rgb(201,14,235); }
H1.HeaderClassName
{
color: #C90EEB;
}
.AnyTagClassName
{
color: #C90EEB;
}
</style>
background-color css
<style>
a { background-color: #C90EEB; }
a { background-color: rgb(201,14,235); }
div.DivClassName
{
background-color: #C90EEB;
}
.BgClassName
{
background-color: #C90EEB;
}
</style>
border-color css
<style>
span { border-color: #C90EEB; }
span { border-color: rgb(201,14,235); }
td.TdClassName
{
border-color: #C90EEB;
}
.TagClassName
{
border-color: #C90EEB;
}
</style>