Shades of Electric Purple #C929EE
Tints of Electric Purple #C929EE
RGB
CMYK
RGB Variations
Color information
#C929EE (or 0xC929EE) is known color: Electric Purple. HEX triplet: C9, 29 and EE. RGB value is (201,41,238). Sum of RGB (Red+Green+Blue) = 201+41+238=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #C929EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929EE is #36D611. Grayscale: #6E6E6E. Windows color (decimal): -3593746 or 15608265. OLE color: 15608265.
HSL color Cylindrical-coordinate representation of color #C929EE: hue angle of 288.73º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C929EE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 41 | 238 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.07 |
| HSL | 288.73º | 0.85% | 0.55% | - |
| HSV(B) | 288.73º | 0.83% | 0.93% | - |
| XYZ | 40.31 | 20.18 | 82.66 | - |
| YUV | 111.3 | 199.51 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 238 | 0.16 | 0.83 | 0 | 0.07 | 288.73 | 0.85 | 0.55 |
| Hex | C9 | 29 | EE | 10 | 53 | 0 | 7 | 121 | 55 | 37 |
| Octal | 311 | 51 | 356 | 20 | 123 | 0 | 7 | 441 | 125 | 67 |
| Binary | 11001001 | 101001 | 11101110 | 10000 | 1010011 | 0 | 111 | 100100001 | 1010101 | 110111 |
Color Harmonies of #C929EE
Complementary color
Monochromatic Colors of #C929EE
Black with #C929EE
Text Example
Text Example
White with #C929EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929EE; }
p { color: rgb(201,41,238); }
H1.HeaderClassName
{
color: #C929EE;
}
.AnyTagClassName
{
color: #C929EE;
}
</style>
background-color css
<style>
a { background-color: #C929EE; }
a { background-color: rgb(201,41,238); }
div.DivClassName
{
background-color: #C929EE;
}
.BgClassName
{
background-color: #C929EE;
}
</style>
border-color css
<style>
span { border-color: #C929EE; }
span { border-color: rgb(201,41,238); }
td.TdClassName
{
border-color: #C929EE;
}
.TagClassName
{
border-color: #C929EE;
}
</style>