Shades of Electric Purple #C91BEE
Tints of Electric Purple #C91BEE
RGB
CMYK
RGB Variations
Color information
#C91BEE (or 0xC91BEE) is known color: Electric Purple. HEX triplet: C9, 1B and EE. RGB value is (201,27,238). Sum of RGB (Red+Green+Blue) = 201+27+238=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #C91BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BEE is #36E411. Grayscale: #666666. Windows color (decimal): -3597330 or 15604681. OLE color: 15604681.
HSL color Cylindrical-coordinate representation of color #C91BEE: hue angle of 289.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91BEE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 27 | 238 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.07 |
| HSL | 289.48º | 0.86% | 0.52% | - |
| HSV(B) | 289.48º | 0.89% | 0.93% | - |
| XYZ | 39.91 | 19.37 | 82.52 | - |
| YUV | 103.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 238 | 0.16 | 0.89 | 0 | 0.07 | 289.48 | 0.86 | 0.52 |
| Hex | C9 | 1B | EE | 10 | 59 | 0 | 7 | 121 | 56 | 34 |
| Octal | 311 | 33 | 356 | 20 | 131 | 0 | 7 | 441 | 126 | 64 |
| Binary | 11001001 | 11011 | 11101110 | 10000 | 1011001 | 0 | 111 | 100100001 | 1010110 | 110100 |
Color Harmonies of #C91BEE
Complementary color
Monochromatic Colors of #C91BEE
Black with #C91BEE
Text Example
Text Example
White with #C91BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BEE; }
p { color: rgb(201,27,238); }
H1.HeaderClassName
{
color: #C91BEE;
}
.AnyTagClassName
{
color: #C91BEE;
}
</style>
background-color css
<style>
a { background-color: #C91BEE; }
a { background-color: rgb(201,27,238); }
div.DivClassName
{
background-color: #C91BEE;
}
.BgClassName
{
background-color: #C91BEE;
}
</style>
border-color css
<style>
span { border-color: #C91BEE; }
span { border-color: rgb(201,27,238); }
td.TdClassName
{
border-color: #C91BEE;
}
.TagClassName
{
border-color: #C91BEE;
}
</style>