Shades of Electric Purple #C929E9
Tints of Electric Purple #C929E9
RGB
CMYK
RGB Variations
Color information
#C929E9 (or 0xC929E9) is known color: Electric Purple. HEX triplet: C9, 29 and E9. RGB value is (201,41,233). Sum of RGB (Red+Green+Blue) = 201+41+233=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #C929E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929E9 is #36D616. Grayscale: #6E6E6E. Windows color (decimal): -3593751 or 15280585. OLE color: 15280585.
HSL color Cylindrical-coordinate representation of color #C929E9: hue angle of 290º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C929E9 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 41 | 233 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.09 |
| HSL | 290º | 0.81% | 0.54% | - |
| HSV(B) | 290º | 0.82% | 0.91% | - |
| XYZ | 39.59 | 19.89 | 78.84 | - |
| YUV | 110.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 233 | 0.14 | 0.82 | 0 | 0.09 | 290 | 0.81 | 0.54 |
| Hex | C9 | 29 | E9 | E | 52 | 0 | 9 | 122 | 51 | 36 |
| Octal | 311 | 51 | 351 | 16 | 122 | 0 | 11 | 442 | 121 | 66 |
| Binary | 11001001 | 101001 | 11101001 | 1110 | 1010010 | 0 | 1001 | 100100010 | 1010001 | 110110 |
Color Harmonies of #C929E9
Complementary color
Monochromatic Colors of #C929E9
Black with #C929E9
Text Example
Text Example
White with #C929E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929E9; }
p { color: rgb(201,41,233); }
H1.HeaderClassName
{
color: #C929E9;
}
.AnyTagClassName
{
color: #C929E9;
}
</style>
background-color css
<style>
a { background-color: #C929E9; }
a { background-color: rgb(201,41,233); }
div.DivClassName
{
background-color: #C929E9;
}
.BgClassName
{
background-color: #C929E9;
}
</style>
border-color css
<style>
span { border-color: #C929E9; }
span { border-color: rgb(201,41,233); }
td.TdClassName
{
border-color: #C929E9;
}
.TagClassName
{
border-color: #C929E9;
}
</style>