Shades of Electric Purple #C91EED
Tints of Electric Purple #C91EED
RGB
CMYK
RGB Variations
Color information
#C91EED (or 0xC91EED) is known color: Electric Purple. HEX triplet: C9, 1E and ED. RGB value is (201,30,237). Sum of RGB (Red+Green+Blue) = 201+30+237=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #C91EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91EED is #36E112. Grayscale: #686868. Windows color (decimal): -3596563 or 15539913. OLE color: 15539913.
HSL color Cylindrical-coordinate representation of color #C91EED: hue angle of 289.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91EED is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 30 | 237 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.07 |
| HSL | 289.57º | 0.85% | 0.52% | - |
| HSV(B) | 289.57º | 0.87% | 0.93% | - |
| XYZ | 39.84 | 19.46 | 81.78 | - |
| YUV | 104.73 | 202.65 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 237 | 0.15 | 0.87 | 0 | 0.07 | 289.57 | 0.85 | 0.52 |
| Hex | C9 | 1E | ED | F | 57 | 0 | 7 | 122 | 55 | 34 |
| Octal | 311 | 36 | 355 | 17 | 127 | 0 | 7 | 442 | 125 | 64 |
| Binary | 11001001 | 11110 | 11101101 | 1111 | 1010111 | 0 | 111 | 100100010 | 1010101 | 110100 |
Color Harmonies of #C91EED
Complementary color
Monochromatic Colors of #C91EED
Black with #C91EED
Text Example
Text Example
White with #C91EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91EED; }
p { color: rgb(201,30,237); }
H1.HeaderClassName
{
color: #C91EED;
}
.AnyTagClassName
{
color: #C91EED;
}
</style>
background-color css
<style>
a { background-color: #C91EED; }
a { background-color: rgb(201,30,237); }
div.DivClassName
{
background-color: #C91EED;
}
.BgClassName
{
background-color: #C91EED;
}
</style>
border-color css
<style>
span { border-color: #C91EED; }
span { border-color: rgb(201,30,237); }
td.TdClassName
{
border-color: #C91EED;
}
.TagClassName
{
border-color: #C91EED;
}
</style>