Shades of Electric Purple #C928EA
Tints of Electric Purple #C928EA
RGB
CMYK
RGB Variations
Color information
#C928EA (or 0xC928EA) is known color: Electric Purple. HEX triplet: C9, 28 and EA. RGB value is (201,40,234). Sum of RGB (Red+Green+Blue) = 201+40+234=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #C928EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C928EA is #36D715. Grayscale: #6D6D6D. Windows color (decimal): -3594006 or 15345865. OLE color: 15345865.
HSL color Cylindrical-coordinate representation of color #C928EA: hue angle of 289.79º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C928EA is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 40 | 234 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.08 |
| HSL | 289.79º | 0.82% | 0.54% | - |
| HSV(B) | 289.79º | 0.83% | 0.92% | - |
| XYZ | 39.7 | 19.88 | 79.59 | - |
| YUV | 110.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 234 | 0.14 | 0.83 | 0 | 0.08 | 289.79 | 0.82 | 0.54 |
| Hex | C9 | 28 | EA | E | 53 | 0 | 8 | 122 | 52 | 36 |
| Octal | 311 | 50 | 352 | 16 | 123 | 0 | 10 | 442 | 122 | 66 |
| Binary | 11001001 | 101000 | 11101010 | 1110 | 1010011 | 0 | 1000 | 100100010 | 1010010 | 110110 |
Color Harmonies of #C928EA
Complementary color
Monochromatic Colors of #C928EA
Black with #C928EA
Text Example
Text Example
White with #C928EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928EA; }
p { color: rgb(201,40,234); }
H1.HeaderClassName
{
color: #C928EA;
}
.AnyTagClassName
{
color: #C928EA;
}
</style>
background-color css
<style>
a { background-color: #C928EA; }
a { background-color: rgb(201,40,234); }
div.DivClassName
{
background-color: #C928EA;
}
.BgClassName
{
background-color: #C928EA;
}
</style>
border-color css
<style>
span { border-color: #C928EA; }
span { border-color: rgb(201,40,234); }
td.TdClassName
{
border-color: #C928EA;
}
.TagClassName
{
border-color: #C928EA;
}
</style>