Shades of Electric Purple #C909EF
Tints of Electric Purple #C909EF
RGB
CMYK
RGB Variations
Color information
#C909EF (or 0xC909EF) is known color: Electric Purple. HEX triplet: C9, 09 and EF. RGB value is (201,9,239). Sum of RGB (Red+Green+Blue) = 201+9+239=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #C909EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C909EF is #36F610. Grayscale: #5B5B5B. Windows color (decimal): -3601937 or 15665609. OLE color: 15665609.
HSL color Cylindrical-coordinate representation of color #C909EF: hue angle of 290.09º degrees, saturation: 0.93, 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 #C909EF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 9 | 239 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.06 |
| HSL | 290.09º | 0.93% | 0.49% | - |
| HSV(B) | 290.09º | 0.96% | 0.94% | - |
| XYZ | 39.77 | 18.84 | 83.2 | - |
| YUV | 92.63 | 210.61 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 239 | 0.16 | 0.96 | 0 | 0.06 | 290.09 | 0.93 | 0.49 |
| Hex | C9 | 9 | EF | 10 | 60 | 0 | 6 | 122 | 5D | 31 |
| Octal | 311 | 11 | 357 | 20 | 140 | 0 | 6 | 442 | 135 | 61 |
| Binary | 11001001 | 1001 | 11101111 | 10000 | 1100000 | 0 | 110 | 100100010 | 1011101 | 110001 |
Color Harmonies of #C909EF
Complementary color
Monochromatic Colors of #C909EF
Black with #C909EF
Text Example
Text Example
White with #C909EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909EF; }
p { color: rgb(201,9,239); }
H1.HeaderClassName
{
color: #C909EF;
}
.AnyTagClassName
{
color: #C909EF;
}
</style>
background-color css
<style>
a { background-color: #C909EF; }
a { background-color: rgb(201,9,239); }
div.DivClassName
{
background-color: #C909EF;
}
.BgClassName
{
background-color: #C909EF;
}
</style>
border-color css
<style>
span { border-color: #C909EF; }
span { border-color: rgb(201,9,239); }
td.TdClassName
{
border-color: #C909EF;
}
.TagClassName
{
border-color: #C909EF;
}
</style>