Shades of Electric Purple #C908EF
Tints of Electric Purple #C908EF
RGB
CMYK
RGB Variations
Color information
#C908EF (or 0xC908EF) is known color: Electric Purple. HEX triplet: C9, 08 and EF. RGB value is (201,8,239). Sum of RGB (Red+Green+Blue) = 201+8+239=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 8 (3.52% from 255 or 1.79% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #C908EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908EF is #36F710. Grayscale: #5B5B5B. Windows color (decimal): -3602193 or 15665353. OLE color: 15665353.
HSL color Cylindrical-coordinate representation of color #C908EF: hue angle of 290.13º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C908EF is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 8 | 239 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.06 |
| HSL | 290.13º | 0.94% | 0.48% | - |
| HSV(B) | 290.13º | 0.97% | 0.94% | - |
| XYZ | 39.75 | 18.82 | 83.2 | - |
| YUV | 92.04 | 210.94 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 239 | 0.16 | 0.97 | 0 | 0.06 | 290.13 | 0.94 | 0.48 |
| Hex | C9 | 8 | EF | 10 | 61 | 0 | 6 | 122 | 5E | 30 |
| Octal | 311 | 10 | 357 | 20 | 141 | 0 | 6 | 442 | 136 | 60 |
| Binary | 11001001 | 1000 | 11101111 | 10000 | 1100001 | 0 | 110 | 100100010 | 1011110 | 110000 |
Color Harmonies of #C908EF
Complementary color
Monochromatic Colors of #C908EF
Black with #C908EF
Text Example
Text Example
White with #C908EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908EF; }
p { color: rgb(201,8,239); }
H1.HeaderClassName
{
color: #C908EF;
}
.AnyTagClassName
{
color: #C908EF;
}
</style>
background-color css
<style>
a { background-color: #C908EF; }
a { background-color: rgb(201,8,239); }
div.DivClassName
{
background-color: #C908EF;
}
.BgClassName
{
background-color: #C908EF;
}
</style>
border-color css
<style>
span { border-color: #C908EF; }
span { border-color: rgb(201,8,239); }
td.TdClassName
{
border-color: #C908EF;
}
.TagClassName
{
border-color: #C908EF;
}
</style>