Shades of Electric Purple #C929EF
Tints of Electric Purple #C929EF
RGB
CMYK
RGB Variations
Color information
#C929EF (or 0xC929EF) is known color: Electric Purple. HEX triplet: C9, 29 and EF. RGB value is (201,41,239). Sum of RGB (Red+Green+Blue) = 201+41+239=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #C929EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929EF is #36D610. Grayscale: #6E6E6E. Windows color (decimal): -3593745 or 15673801. OLE color: 15673801.
HSL color Cylindrical-coordinate representation of color #C929EF: hue angle of 288.48º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C929EF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 41 | 239 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.06 |
| HSL | 288.48º | 0.86% | 0.55% | - |
| HSV(B) | 288.48º | 0.83% | 0.94% | - |
| XYZ | 40.46 | 20.24 | 83.43 | - |
| YUV | 111.41 | 200.01 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 239 | 0.16 | 0.83 | 0 | 0.06 | 288.48 | 0.86 | 0.55 |
| Hex | C9 | 29 | EF | 10 | 53 | 0 | 6 | 120 | 56 | 37 |
| Octal | 311 | 51 | 357 | 20 | 123 | 0 | 6 | 440 | 126 | 67 |
| Binary | 11001001 | 101001 | 11101111 | 10000 | 1010011 | 0 | 110 | 100100000 | 1010110 | 110111 |
Color Harmonies of #C929EF
Complementary color
Monochromatic Colors of #C929EF
Black with #C929EF
Text Example
Text Example
White with #C929EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C929EF; }
p { color: rgb(201,41,239); }
H1.HeaderClassName
{
color: #C929EF;
}
.AnyTagClassName
{
color: #C929EF;
}
</style>
background-color css
<style>
a { background-color: #C929EF; }
a { background-color: rgb(201,41,239); }
div.DivClassName
{
background-color: #C929EF;
}
.BgClassName
{
background-color: #C929EF;
}
</style>
border-color css
<style>
span { border-color: #C929EF; }
span { border-color: rgb(201,41,239); }
td.TdClassName
{
border-color: #C929EF;
}
.TagClassName
{
border-color: #C929EF;
}
</style>