Shades of Electric Purple #C921E9
Tints of Electric Purple #C921E9
RGB
CMYK
RGB Variations
Color information
#C921E9 (or 0xC921E9) is known color: Electric Purple. HEX triplet: C9, 21 and E9. RGB value is (201,33,233). Sum of RGB (Red+Green+Blue) = 201+33+233=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #C921E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921E9 is #36DE16. Grayscale: #696969. Windows color (decimal): -3595799 or 15278537. OLE color: 15278537.
HSL color Cylindrical-coordinate representation of color #C921E9: hue angle of 290.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C921E9 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 33 | 233 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.09 |
| HSL | 290.4º | 0.82% | 0.52% | - |
| HSV(B) | 290.4º | 0.86% | 0.91% | - |
| XYZ | 39.34 | 19.39 | 78.76 | - |
| YUV | 106.03 | 199.66 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 233 | 0.14 | 0.86 | 0 | 0.09 | 290.4 | 0.82 | 0.52 |
| Hex | C9 | 21 | E9 | E | 56 | 0 | 9 | 122 | 52 | 34 |
| Octal | 311 | 41 | 351 | 16 | 126 | 0 | 11 | 442 | 122 | 64 |
| Binary | 11001001 | 100001 | 11101001 | 1110 | 1010110 | 0 | 1001 | 100100010 | 1010010 | 110100 |
Color Harmonies of #C921E9
Complementary color
Monochromatic Colors of #C921E9
Black with #C921E9
Text Example
Text Example
White with #C921E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921E9; }
p { color: rgb(201,33,233); }
H1.HeaderClassName
{
color: #C921E9;
}
.AnyTagClassName
{
color: #C921E9;
}
</style>
background-color css
<style>
a { background-color: #C921E9; }
a { background-color: rgb(201,33,233); }
div.DivClassName
{
background-color: #C921E9;
}
.BgClassName
{
background-color: #C921E9;
}
</style>
border-color css
<style>
span { border-color: #C921E9; }
span { border-color: rgb(201,33,233); }
td.TdClassName
{
border-color: #C921E9;
}
.TagClassName
{
border-color: #C921E9;
}
</style>