Shades of Electric Purple #C909FF
Tints of Electric Purple #C909FF
RGB
CMYK
RGB Variations
Color information
#C909FF (or 0xC909FF) is known color: Electric Purple. HEX triplet: C9, 09 and FF. RGB value is (201,9,255). Sum of RGB (Red+Green+Blue) = 201+9+255=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #C909FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C909FF is #36F600. Grayscale: #5D5D5D. Windows color (decimal): -3601921 or 16714185. OLE color: 16714185.
HSL color Cylindrical-coordinate representation of color #C909FF: hue angle of 286.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C909FF is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 9 | 255 | - |
| CMYK | 0.21 | 0.96 | 0 | 0 |
| HSL | 286.83º | 1% | 0.52% | - |
| HSV(B) | 286.83º | 0.96% | 1% | - |
| XYZ | 42.24 | 19.83 | 96.21 | - |
| YUV | 94.45 | 218.61 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 255 | 0.21 | 0.96 | 0 | 0 | 286.83 | 1 | 0.52 |
| Hex | C9 | 9 | FF | 15 | 60 | 0 | 0 | 11F | 64 | 34 |
| Octal | 311 | 11 | 377 | 25 | 140 | 0 | 0 | 437 | 144 | 64 |
| Binary | 11001001 | 1001 | 11111111 | 10101 | 1100000 | 0 | 0 | 100011111 | 1100100 | 110100 |
Color Harmonies of #C909FF
Complementary color
Monochromatic Colors of #C909FF
Black with #C909FF
Text Example
Text Example
White with #C909FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909FF; }
p { color: rgb(201,9,255); }
H1.HeaderClassName
{
color: #C909FF;
}
.AnyTagClassName
{
color: #C909FF;
}
</style>
background-color css
<style>
a { background-color: #C909FF; }
a { background-color: rgb(201,9,255); }
div.DivClassName
{
background-color: #C909FF;
}
.BgClassName
{
background-color: #C909FF;
}
</style>
border-color css
<style>
span { border-color: #C909FF; }
span { border-color: rgb(201,9,255); }
td.TdClassName
{
border-color: #C909FF;
}
.TagClassName
{
border-color: #C909FF;
}
</style>