Shades of Electric Purple #C90FE9
Tints of Electric Purple #C90FE9
RGB
CMYK
RGB Variations
Color information
#C90FE9 (or 0xC90FE9) is known color: Electric Purple. HEX triplet: C9, 0F and E9. RGB value is (201,15,233). Sum of RGB (Red+Green+Blue) = 201+15+233=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 15 (6.25% from 255 or 3.34% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #C90FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90FE9 is #36F016. Grayscale: #5E5E5E. Windows color (decimal): -3600407 or 15273929. OLE color: 15273929.
HSL color Cylindrical-coordinate representation of color #C90FE9: hue angle of 291.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90FE9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 15 | 233 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.09 |
| HSL | 291.19º | 0.88% | 0.49% | - |
| HSV(B) | 291.19º | 0.94% | 0.91% | - |
| XYZ | 38.97 | 18.64 | 78.64 | - |
| YUV | 95.47 | 205.62 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 233 | 0.14 | 0.94 | 0 | 0.09 | 291.19 | 0.88 | 0.49 |
| Hex | C9 | F | E9 | E | 5E | 0 | 9 | 123 | 58 | 31 |
| Octal | 311 | 17 | 351 | 16 | 136 | 0 | 11 | 443 | 130 | 61 |
| Binary | 11001001 | 1111 | 11101001 | 1110 | 1011110 | 0 | 1001 | 100100011 | 1011000 | 110001 |
Color Harmonies of #C90FE9
Complementary color
Monochromatic Colors of #C90FE9
Black with #C90FE9
Text Example
Text Example
White with #C90FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FE9; }
p { color: rgb(201,15,233); }
H1.HeaderClassName
{
color: #C90FE9;
}
.AnyTagClassName
{
color: #C90FE9;
}
</style>
background-color css
<style>
a { background-color: #C90FE9; }
a { background-color: rgb(201,15,233); }
div.DivClassName
{
background-color: #C90FE9;
}
.BgClassName
{
background-color: #C90FE9;
}
</style>
border-color css
<style>
span { border-color: #C90FE9; }
span { border-color: rgb(201,15,233); }
td.TdClassName
{
border-color: #C90FE9;
}
.TagClassName
{
border-color: #C90FE9;
}
</style>