Shades of Electric Purple #C928E7
Tints of Electric Purple #C928E7
RGB
CMYK
RGB Variations
Color information
#C928E7 (or 0xC928E7) is known color: Electric Purple. HEX triplet: C9, 28 and E7. RGB value is (201,40,231). Sum of RGB (Red+Green+Blue) = 201+40+231=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #C928E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C928E7 is #36D718. Grayscale: #6D6D6D. Windows color (decimal): -3594009 or 15149257. OLE color: 15149257.
HSL color Cylindrical-coordinate representation of color #C928E7: hue angle of 290.58º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C928E7 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 40 | 231 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.09 |
| HSL | 290.58º | 0.8% | 0.53% | - |
| HSV(B) | 290.58º | 0.83% | 0.91% | - |
| XYZ | 39.27 | 19.7 | 77.33 | - |
| YUV | 109.91 | 196.34 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 231 | 0.13 | 0.83 | 0 | 0.09 | 290.58 | 0.8 | 0.53 |
| Hex | C9 | 28 | E7 | D | 53 | 0 | 9 | 123 | 50 | 35 |
| Octal | 311 | 50 | 347 | 15 | 123 | 0 | 11 | 443 | 120 | 65 |
| Binary | 11001001 | 101000 | 11100111 | 1101 | 1010011 | 0 | 1001 | 100100011 | 1010000 | 110101 |
Color Harmonies of #C928E7
Complementary color
Monochromatic Colors of #C928E7
Black with #C928E7
Text Example
Text Example
White with #C928E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928E7; }
p { color: rgb(201,40,231); }
H1.HeaderClassName
{
color: #C928E7;
}
.AnyTagClassName
{
color: #C928E7;
}
</style>
background-color css
<style>
a { background-color: #C928E7; }
a { background-color: rgb(201,40,231); }
div.DivClassName
{
background-color: #C928E7;
}
.BgClassName
{
background-color: #C928E7;
}
</style>
border-color css
<style>
span { border-color: #C928E7; }
span { border-color: rgb(201,40,231); }
td.TdClassName
{
border-color: #C928E7;
}
.TagClassName
{
border-color: #C928E7;
}
</style>