Shades of Electric Purple #C91CEB
Tints of Electric Purple #C91CEB
RGB
CMYK
RGB Variations
Color information
#C91CEB (or 0xC91CEB) is known color: Electric Purple. HEX triplet: C9, 1C and EB. RGB value is (201,28,235). Sum of RGB (Red+Green+Blue) = 201+28+235=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #C91CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CEB is #36E314. Grayscale: #666666. Windows color (decimal): -3597077 or 15408329. OLE color: 15408329.
HSL color Cylindrical-coordinate representation of color #C91CEB: hue angle of 290.14º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91CEB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 28 | 235 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.08 |
| HSL | 290.14º | 0.84% | 0.52% | - |
| HSV(B) | 290.14º | 0.88% | 0.92% | - |
| XYZ | 39.5 | 19.25 | 80.23 | - |
| YUV | 103.33 | 202.31 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 235 | 0.14 | 0.88 | 0 | 0.08 | 290.14 | 0.84 | 0.52 |
| Hex | C9 | 1C | EB | E | 58 | 0 | 8 | 122 | 54 | 34 |
| Octal | 311 | 34 | 353 | 16 | 130 | 0 | 10 | 442 | 124 | 64 |
| Binary | 11001001 | 11100 | 11101011 | 1110 | 1011000 | 0 | 1000 | 100100010 | 1010100 | 110100 |
Color Harmonies of #C91CEB
Complementary color
Monochromatic Colors of #C91CEB
Black with #C91CEB
Text Example
Text Example
White with #C91CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91CEB; }
p { color: rgb(201,28,235); }
H1.HeaderClassName
{
color: #C91CEB;
}
.AnyTagClassName
{
color: #C91CEB;
}
</style>
background-color css
<style>
a { background-color: #C91CEB; }
a { background-color: rgb(201,28,235); }
div.DivClassName
{
background-color: #C91CEB;
}
.BgClassName
{
background-color: #C91CEB;
}
</style>
border-color css
<style>
span { border-color: #C91CEB; }
span { border-color: rgb(201,28,235); }
td.TdClassName
{
border-color: #C91CEB;
}
.TagClassName
{
border-color: #C91CEB;
}
</style>