Shades of Electric Purple #C90AEF
Tints of Electric Purple #C90AEF
RGB
CMYK
RGB Variations
Color information
#C90AEF (or 0xC90AEF) is known color: Electric Purple. HEX triplet: C9, 0A and EF. RGB value is (201,10,239). Sum of RGB (Red+Green+Blue) = 201+10+239=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #C90AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90AEF is #36F510. Grayscale: #5C5C5C. Windows color (decimal): -3601681 or 15665865. OLE color: 15665865.
HSL color Cylindrical-coordinate representation of color #C90AEF: hue angle of 290.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90AEF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 10 | 239 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.06 |
| HSL | 290.04º | 0.92% | 0.49% | - |
| HSV(B) | 290.04º | 0.96% | 0.94% | - |
| XYZ | 39.78 | 18.87 | 83.21 | - |
| YUV | 93.22 | 210.28 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 239 | 0.16 | 0.96 | 0 | 0.06 | 290.04 | 0.92 | 0.49 |
| Hex | C9 | A | EF | 10 | 60 | 0 | 6 | 122 | 5C | 31 |
| Octal | 311 | 12 | 357 | 20 | 140 | 0 | 6 | 442 | 134 | 61 |
| Binary | 11001001 | 1010 | 11101111 | 10000 | 1100000 | 0 | 110 | 100100010 | 1011100 | 110001 |
Color Harmonies of #C90AEF
Complementary color
Monochromatic Colors of #C90AEF
Black with #C90AEF
Text Example
Text Example
White with #C90AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90AEF; }
p { color: rgb(201,10,239); }
H1.HeaderClassName
{
color: #C90AEF;
}
.AnyTagClassName
{
color: #C90AEF;
}
</style>
background-color css
<style>
a { background-color: #C90AEF; }
a { background-color: rgb(201,10,239); }
div.DivClassName
{
background-color: #C90AEF;
}
.BgClassName
{
background-color: #C90AEF;
}
</style>
border-color css
<style>
span { border-color: #C90AEF; }
span { border-color: rgb(201,10,239); }
td.TdClassName
{
border-color: #C90AEF;
}
.TagClassName
{
border-color: #C90AEF;
}
</style>