Shades of Electric Purple #C109ED
Tints of Electric Purple #C109ED
RGB
CMYK
RGB Variations
Color information
#C109ED (or 0xC109ED) is known color: Electric Purple. HEX triplet: C1, 09 and ED. RGB value is (193,9,237). Sum of RGB (Red+Green+Blue) = 193+9+237=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #C109ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C109ED is #3EF612. Grayscale: #595959. Windows color (decimal): -4126227 or 15534529. OLE color: 15534529.
HSL color Cylindrical-coordinate representation of color #C109ED: hue angle of 288.42º 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 #C109ED is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 9 | 237 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.07 |
| HSL | 288.42º | 0.93% | 0.48% | - |
| HSV(B) | 288.42º | 0.96% | 0.93% | - |
| XYZ | 37.38 | 17.65 | 81.56 | - |
| YUV | 90.01 | 210.96 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 237 | 0.19 | 0.96 | 0 | 0.07 | 288.42 | 0.93 | 0.48 |
| Hex | C1 | 9 | ED | 13 | 60 | 0 | 7 | 120 | 5D | 30 |
| Octal | 301 | 11 | 355 | 23 | 140 | 0 | 7 | 440 | 135 | 60 |
| Binary | 11000001 | 1001 | 11101101 | 10011 | 1100000 | 0 | 111 | 100100000 | 1011101 | 110000 |
Color Harmonies of #C109ED
Complementary color
Monochromatic Colors of #C109ED
Black with #C109ED
Text Example
Text Example
White with #C109ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109ED; }
p { color: rgb(193,9,237); }
H1.HeaderClassName
{
color: #C109ED;
}
.AnyTagClassName
{
color: #C109ED;
}
</style>
background-color css
<style>
a { background-color: #C109ED; }
a { background-color: rgb(193,9,237); }
div.DivClassName
{
background-color: #C109ED;
}
.BgClassName
{
background-color: #C109ED;
}
</style>
border-color css
<style>
span { border-color: #C109ED; }
span { border-color: rgb(193,9,237); }
td.TdClassName
{
border-color: #C109ED;
}
.TagClassName
{
border-color: #C109ED;
}
</style>