Shades of Electric Purple #C609EF
Tints of Electric Purple #C609EF
RGB
CMYK
RGB Variations
Color information
#C609EF (or 0xC609EF) is known color: Electric Purple. HEX triplet: C6, 09 and EF. RGB value is (198,9,239). Sum of RGB (Red+Green+Blue) = 198+9+239=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #C609EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C609EF is #39F610. Grayscale: #5B5B5B. Windows color (decimal): -3798545 or 15665606. OLE color: 15665606.
HSL color Cylindrical-coordinate representation of color #C609EF: hue angle of 289.3º 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 #C609EF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 9 | 239 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.06 |
| HSL | 289.3º | 0.93% | 0.49% | - |
| HSV(B) | 289.3º | 0.96% | 0.94% | - |
| XYZ | 38.97 | 18.43 | 83.17 | - |
| YUV | 91.73 | 211.12 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 239 | 0.17 | 0.96 | 0 | 0.06 | 289.3 | 0.93 | 0.49 |
| Hex | C6 | 9 | EF | 11 | 60 | 0 | 6 | 121 | 5D | 31 |
| Octal | 306 | 11 | 357 | 21 | 140 | 0 | 6 | 441 | 135 | 61 |
| Binary | 11000110 | 1001 | 11101111 | 10001 | 1100000 | 0 | 110 | 100100001 | 1011101 | 110001 |
Color Harmonies of #C609EF
Complementary color
Monochromatic Colors of #C609EF
Black with #C609EF
Text Example
Text Example
White with #C609EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609EF; }
p { color: rgb(198,9,239); }
H1.HeaderClassName
{
color: #C609EF;
}
.AnyTagClassName
{
color: #C609EF;
}
</style>
background-color css
<style>
a { background-color: #C609EF; }
a { background-color: rgb(198,9,239); }
div.DivClassName
{
background-color: #C609EF;
}
.BgClassName
{
background-color: #C609EF;
}
</style>
border-color css
<style>
span { border-color: #C609EF; }
span { border-color: rgb(198,9,239); }
td.TdClassName
{
border-color: #C609EF;
}
.TagClassName
{
border-color: #C609EF;
}
</style>