Shades of Electric Purple #C929EA
Tints of Electric Purple #C929EA
RGB
CMYK
RGB Variations
Color information
#C929EA (or 0xC929EA) is known color: Electric Purple. HEX triplet: C9, 29 and EA. RGB value is (201,41,234). Sum of RGB (Red+Green+Blue) = 201+41+234=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C929EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929EA is #36D615. Grayscale: #6E6E6E. Windows color (decimal): -3593750 or 15346121. OLE color: 15346121.
HSL color Cylindrical-coordinate representation of color #C929EA: hue angle of 289.74º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C929EA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 41 | 234 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.08 |
| HSL | 289.74º | 0.82% | 0.54% | - |
| HSV(B) | 289.74º | 0.82% | 0.92% | - |
| XYZ | 39.73 | 19.94 | 79.6 | - |
| YUV | 110.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 234 | 0.14 | 0.82 | 0 | 0.08 | 289.74 | 0.82 | 0.54 |
| Hex | C9 | 29 | EA | E | 52 | 0 | 8 | 122 | 52 | 36 |
| Octal | 311 | 51 | 352 | 16 | 122 | 0 | 10 | 442 | 122 | 66 |
| Binary | 11001001 | 101001 | 11101010 | 1110 | 1010010 | 0 | 1000 | 100100010 | 1010010 | 110110 |
Color Harmonies of #C929EA
Complementary color
Monochromatic Colors of #C929EA
Black with #C929EA
Text Example
Text Example
White with #C929EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929EA; }
p { color: rgb(201,41,234); }
H1.HeaderClassName
{
color: #C929EA;
}
.AnyTagClassName
{
color: #C929EA;
}
</style>
background-color css
<style>
a { background-color: #C929EA; }
a { background-color: rgb(201,41,234); }
div.DivClassName
{
background-color: #C929EA;
}
.BgClassName
{
background-color: #C929EA;
}
</style>
border-color css
<style>
span { border-color: #C929EA; }
span { border-color: rgb(201,41,234); }
td.TdClassName
{
border-color: #C929EA;
}
.TagClassName
{
border-color: #C929EA;
}
</style>