Shades of Electric Purple #C009EB
Tints of Electric Purple #C009EB
RGB
CMYK
RGB Variations
Color information
#C009EB (or 0xC009EB) is known color: Electric Purple. HEX triplet: C0, 09 and EB. RGB value is (192,9,235). Sum of RGB (Red+Green+Blue) = 192+9+235=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #C009EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C009EB is #3FF614. Grayscale: #585858. Windows color (decimal): -4191765 or 15403456. OLE color: 15403456.
HSL color Cylindrical-coordinate representation of color #C009EB: hue angle of 288.58º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C009EB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 9 | 235 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.08 |
| HSL | 288.58º | 0.93% | 0.48% | - |
| HSV(B) | 288.58º | 0.96% | 0.92% | - |
| XYZ | 36.83 | 17.4 | 80.01 | - |
| YUV | 89.48 | 210.13 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 235 | 0.18 | 0.96 | 0 | 0.08 | 288.58 | 0.93 | 0.48 |
| Hex | C0 | 9 | EB | 12 | 60 | 0 | 8 | 121 | 5D | 30 |
| Octal | 300 | 11 | 353 | 22 | 140 | 0 | 10 | 441 | 135 | 60 |
| Binary | 11000000 | 1001 | 11101011 | 10010 | 1100000 | 0 | 1000 | 100100001 | 1011101 | 110000 |
Color Harmonies of #C009EB
Complementary color
Monochromatic Colors of #C009EB
Black with #C009EB
Text Example
Text Example
White with #C009EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C009EB; }
p { color: rgb(192,9,235); }
H1.HeaderClassName
{
color: #C009EB;
}
.AnyTagClassName
{
color: #C009EB;
}
</style>
background-color css
<style>
a { background-color: #C009EB; }
a { background-color: rgb(192,9,235); }
div.DivClassName
{
background-color: #C009EB;
}
.BgClassName
{
background-color: #C009EB;
}
</style>
border-color css
<style>
span { border-color: #C009EB; }
span { border-color: rgb(192,9,235); }
td.TdClassName
{
border-color: #C009EB;
}
.TagClassName
{
border-color: #C009EB;
}
</style>