Shades of Electric Purple #C91DEA
Tints of Electric Purple #C91DEA
RGB
CMYK
RGB Variations
Color information
#C91DEA (or 0xC91DEA) is known color: Electric Purple. HEX triplet: C9, 1D and EA. RGB value is (201,29,234). Sum of RGB (Red+Green+Blue) = 201+29+234=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #C91DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DEA is #36E215. Grayscale: #676767. Windows color (decimal): -3596822 or 15343049. OLE color: 15343049.
HSL color Cylindrical-coordinate representation of color #C91DEA: hue angle of 290.34º degrees, saturation: 0.83, 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 #C91DEA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 29 | 234 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.08 |
| HSL | 290.34º | 0.83% | 0.52% | - |
| HSV(B) | 290.34º | 0.88% | 0.92% | - |
| XYZ | 39.38 | 19.24 | 79.48 | - |
| YUV | 103.8 | 201.48 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 234 | 0.14 | 0.88 | 0 | 0.08 | 290.34 | 0.83 | 0.52 |
| Hex | C9 | 1D | EA | E | 58 | 0 | 8 | 122 | 53 | 34 |
| Octal | 311 | 35 | 352 | 16 | 130 | 0 | 10 | 442 | 123 | 64 |
| Binary | 11001001 | 11101 | 11101010 | 1110 | 1011000 | 0 | 1000 | 100100010 | 1010011 | 110100 |
Color Harmonies of #C91DEA
Complementary color
Monochromatic Colors of #C91DEA
Black with #C91DEA
Text Example
Text Example
White with #C91DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DEA; }
p { color: rgb(201,29,234); }
H1.HeaderClassName
{
color: #C91DEA;
}
.AnyTagClassName
{
color: #C91DEA;
}
</style>
background-color css
<style>
a { background-color: #C91DEA; }
a { background-color: rgb(201,29,234); }
div.DivClassName
{
background-color: #C91DEA;
}
.BgClassName
{
background-color: #C91DEA;
}
</style>
border-color css
<style>
span { border-color: #C91DEA; }
span { border-color: rgb(201,29,234); }
td.TdClassName
{
border-color: #C91DEA;
}
.TagClassName
{
border-color: #C91DEA;
}
</style>