Shades of Electric Purple #C909ED
Tints of Electric Purple #C909ED
RGB
CMYK
RGB Variations
Color information
#C909ED (or 0xC909ED) is known color: Electric Purple. HEX triplet: C9, 09 and ED. RGB value is (201,9,237). Sum of RGB (Red+Green+Blue) = 201+9+237=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #C909ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C909ED is #36F612. Grayscale: #5B5B5B. Windows color (decimal): -3601939 or 15534537. OLE color: 15534537.
HSL color Cylindrical-coordinate representation of color #C909ED: hue angle of 290.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C909ED is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 9 | 237 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.07 |
| HSL | 290.53º | 0.93% | 0.48% | - |
| HSV(B) | 290.53º | 0.96% | 0.93% | - |
| XYZ | 39.47 | 18.73 | 81.66 | - |
| YUV | 92.4 | 209.61 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 237 | 0.15 | 0.96 | 0 | 0.07 | 290.53 | 0.93 | 0.48 |
| Hex | C9 | 9 | ED | F | 60 | 0 | 7 | 123 | 5D | 30 |
| Octal | 311 | 11 | 355 | 17 | 140 | 0 | 7 | 443 | 135 | 60 |
| Binary | 11001001 | 1001 | 11101101 | 1111 | 1100000 | 0 | 111 | 100100011 | 1011101 | 110000 |
Color Harmonies of #C909ED
Complementary color
Monochromatic Colors of #C909ED
Black with #C909ED
Text Example
Text Example
White with #C909ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909ED; }
p { color: rgb(201,9,237); }
H1.HeaderClassName
{
color: #C909ED;
}
.AnyTagClassName
{
color: #C909ED;
}
</style>
background-color css
<style>
a { background-color: #C909ED; }
a { background-color: rgb(201,9,237); }
div.DivClassName
{
background-color: #C909ED;
}
.BgClassName
{
background-color: #C909ED;
}
</style>
border-color css
<style>
span { border-color: #C909ED; }
span { border-color: rgb(201,9,237); }
td.TdClassName
{
border-color: #C909ED;
}
.TagClassName
{
border-color: #C909ED;
}
</style>