Shades of Electric Purple #C927EE
Tints of Electric Purple #C927EE
RGB
CMYK
RGB Variations
Color information
#C927EE (or 0xC927EE) is known color: Electric Purple. HEX triplet: C9, 27 and EE. RGB value is (201,39,238). Sum of RGB (Red+Green+Blue) = 201+39+238=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #C927EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C927EE is #36D811. Grayscale: #6D6D6D. Windows color (decimal): -3594258 or 15607753. OLE color: 15607753.
HSL color Cylindrical-coordinate representation of color #C927EE: hue angle of 288.84º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C927EE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 39 | 238 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.84º | 0.85% | 0.54% | - |
| HSV(B) | 288.84º | 0.84% | 0.93% | - |
| XYZ | 40.25 | 20.04 | 82.64 | - |
| YUV | 110.12 | 200.17 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 238 | 0.16 | 0.84 | 0 | 0.07 | 288.84 | 0.85 | 0.54 |
| Hex | C9 | 27 | EE | 10 | 54 | 0 | 7 | 121 | 55 | 36 |
| Octal | 311 | 47 | 356 | 20 | 124 | 0 | 7 | 441 | 125 | 66 |
| Binary | 11001001 | 100111 | 11101110 | 10000 | 1010100 | 0 | 111 | 100100001 | 1010101 | 110110 |
Color Harmonies of #C927EE
Complementary color
Monochromatic Colors of #C927EE
Black with #C927EE
Text Example
Text Example
White with #C927EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C927EE; }
p { color: rgb(201,39,238); }
H1.HeaderClassName
{
color: #C927EE;
}
.AnyTagClassName
{
color: #C927EE;
}
</style>
background-color css
<style>
a { background-color: #C927EE; }
a { background-color: rgb(201,39,238); }
div.DivClassName
{
background-color: #C927EE;
}
.BgClassName
{
background-color: #C927EE;
}
</style>
border-color css
<style>
span { border-color: #C927EE; }
span { border-color: rgb(201,39,238); }
td.TdClassName
{
border-color: #C927EE;
}
.TagClassName
{
border-color: #C927EE;
}
</style>