Shades of Electric Purple #C90EF9
Tints of Electric Purple #C90EF9
RGB
CMYK
RGB Variations
Color information
#C90EF9 (or 0xC90EF9) is known color: Electric Purple. HEX triplet: C9, 0E and F9. RGB value is (201,14,249). Sum of RGB (Red+Green+Blue) = 201+14+249=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 249 (97.66% from 255 or 53.66% from 464); Max value from RGB is 249 - color contains mainly: blue. Hex color #C90EF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90EF9 is #36F106. Grayscale: #5F5F5F. Windows color (decimal): -3600647 or 16322249. OLE color: 16322249.
HSL color Cylindrical-coordinate representation of color #C90EF9: hue angle of 287.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90EF9 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 14 | 249 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.02 |
| HSL | 287.74º | 0.95% | 0.52% | - |
| HSV(B) | 287.74º | 0.94% | 0.98% | - |
| XYZ | 41.34 | 19.57 | 91.22 | - |
| YUV | 96.7 | 213.95 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 249 | 0.19 | 0.94 | 0 | 0.02 | 287.74 | 0.95 | 0.52 |
| Hex | C9 | E | F9 | 13 | 5E | 0 | 2 | 120 | 5F | 34 |
| Octal | 311 | 16 | 371 | 23 | 136 | 0 | 2 | 440 | 137 | 64 |
| Binary | 11001001 | 1110 | 11111001 | 10011 | 1011110 | 0 | 10 | 100100000 | 1011111 | 110100 |
Color Harmonies of #C90EF9
Complementary color
Monochromatic Colors of #C90EF9
Black with #C90EF9
Text Example
Text Example
White with #C90EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90EF9; }
p { color: rgb(201,14,249); }
H1.HeaderClassName
{
color: #C90EF9;
}
.AnyTagClassName
{
color: #C90EF9;
}
</style>
background-color css
<style>
a { background-color: #C90EF9; }
a { background-color: rgb(201,14,249); }
div.DivClassName
{
background-color: #C90EF9;
}
.BgClassName
{
background-color: #C90EF9;
}
</style>
border-color css
<style>
span { border-color: #C90EF9; }
span { border-color: rgb(201,14,249); }
td.TdClassName
{
border-color: #C90EF9;
}
.TagClassName
{
border-color: #C90EF9;
}
</style>