Shades of Electric Purple #C926EE
Tints of Electric Purple #C926EE
RGB
CMYK
RGB Variations
Color information
#C926EE (or 0xC926EE) is known color: Electric Purple. HEX triplet: C9, 26 and EE. RGB value is (201,38,238). Sum of RGB (Red+Green+Blue) = 201+38+238=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #C926EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C926EE is #36D911. Grayscale: #6C6C6C. Windows color (decimal): -3594514 or 15607497. OLE color: 15607497.
HSL color Cylindrical-coordinate representation of color #C926EE: hue angle of 288.9º 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 #C926EE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 38 | 238 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.9º | 0.85% | 0.54% | - |
| HSV(B) | 288.9º | 0.84% | 0.93% | - |
| XYZ | 40.21 | 19.98 | 82.63 | - |
| YUV | 109.54 | 200.5 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 238 | 0.16 | 0.84 | 0 | 0.07 | 288.9 | 0.85 | 0.54 |
| Hex | C9 | 26 | EE | 10 | 54 | 0 | 7 | 121 | 55 | 36 |
| Octal | 311 | 46 | 356 | 20 | 124 | 0 | 7 | 441 | 125 | 66 |
| Binary | 11001001 | 100110 | 11101110 | 10000 | 1010100 | 0 | 111 | 100100001 | 1010101 | 110110 |
Color Harmonies of #C926EE
Complementary color
Monochromatic Colors of #C926EE
Black with #C926EE
Text Example
Text Example
White with #C926EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C926EE; }
p { color: rgb(201,38,238); }
H1.HeaderClassName
{
color: #C926EE;
}
.AnyTagClassName
{
color: #C926EE;
}
</style>
background-color css
<style>
a { background-color: #C926EE; }
a { background-color: rgb(201,38,238); }
div.DivClassName
{
background-color: #C926EE;
}
.BgClassName
{
background-color: #C926EE;
}
</style>
border-color css
<style>
span { border-color: #C926EE; }
span { border-color: rgb(201,38,238); }
td.TdClassName
{
border-color: #C926EE;
}
.TagClassName
{
border-color: #C926EE;
}
</style>