Shades of Electric Purple #C509F9
Tints of Electric Purple #C509F9
RGB
CMYK
RGB Variations
Color information
#C509F9 (or 0xC509F9) is known color: Electric Purple. HEX triplet: C5, 09 and F9. RGB value is (197,9,249). Sum of RGB (Red+Green+Blue) = 197+9+249=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #C509F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C509F9 is #3AF606. Grayscale: #5B5B5B. Windows color (decimal): -3864071 or 16320965. OLE color: 16320965.
HSL color Cylindrical-coordinate representation of color #C509F9: hue angle of 287º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C509F9 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 9 | 249 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.02 |
| HSL | 287º | 0.95% | 0.51% | - |
| HSV(B) | 287º | 0.96% | 0.98% | - |
| XYZ | 40.22 | 18.91 | 91.15 | - |
| YUV | 92.57 | 216.28 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 249 | 0.21 | 0.96 | 0 | 0.02 | 287 | 0.95 | 0.51 |
| Hex | C5 | 9 | F9 | 15 | 60 | 0 | 2 | 11F | 5F | 33 |
| Octal | 305 | 11 | 371 | 25 | 140 | 0 | 2 | 437 | 137 | 63 |
| Binary | 11000101 | 1001 | 11111001 | 10101 | 1100000 | 0 | 10 | 100011111 | 1011111 | 110011 |
Color Harmonies of #C509F9
Complementary color
Monochromatic Colors of #C509F9
Black with #C509F9
Text Example
Text Example
White with #C509F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509F9; }
p { color: rgb(197,9,249); }
H1.HeaderClassName
{
color: #C509F9;
}
.AnyTagClassName
{
color: #C509F9;
}
</style>
background-color css
<style>
a { background-color: #C509F9; }
a { background-color: rgb(197,9,249); }
div.DivClassName
{
background-color: #C509F9;
}
.BgClassName
{
background-color: #C509F9;
}
</style>
border-color css
<style>
span { border-color: #C509F9; }
span { border-color: rgb(197,9,249); }
td.TdClassName
{
border-color: #C509F9;
}
.TagClassName
{
border-color: #C509F9;
}
</style>