Shades of Electric Purple #C91DF8
Tints of Electric Purple #C91DF8
RGB
CMYK
RGB Variations
Color information
#C91DF8 (or 0xC91DF8) is known color: Electric Purple. HEX triplet: C9, 1D and F8. RGB value is (201,29,248). Sum of RGB (Red+Green+Blue) = 201+29+248=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #C91DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DF8 is #36E207. Grayscale: #686868. Windows color (decimal): -3596808 or 16260553. OLE color: 16260553.
HSL color Cylindrical-coordinate representation of color #C91DF8: hue angle of 287.12º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91DF8 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 29 | 248 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.03 |
| HSL | 287.12º | 0.94% | 0.54% | - |
| HSV(B) | 287.12º | 0.88% | 0.97% | - |
| XYZ | 41.47 | 20.07 | 90.5 | - |
| YUV | 105.39 | 208.48 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 248 | 0.19 | 0.88 | 0 | 0.03 | 287.12 | 0.94 | 0.54 |
| Hex | C9 | 1D | F8 | 13 | 58 | 0 | 3 | 11F | 5E | 36 |
| Octal | 311 | 35 | 370 | 23 | 130 | 0 | 3 | 437 | 136 | 66 |
| Binary | 11001001 | 11101 | 11111000 | 10011 | 1011000 | 0 | 11 | 100011111 | 1011110 | 110110 |
Color Harmonies of #C91DF8
Complementary color
Monochromatic Colors of #C91DF8
Black with #C91DF8
Text Example
Text Example
White with #C91DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DF8; }
p { color: rgb(201,29,248); }
H1.HeaderClassName
{
color: #C91DF8;
}
.AnyTagClassName
{
color: #C91DF8;
}
</style>
background-color css
<style>
a { background-color: #C91DF8; }
a { background-color: rgb(201,29,248); }
div.DivClassName
{
background-color: #C91DF8;
}
.BgClassName
{
background-color: #C91DF8;
}
</style>
border-color css
<style>
span { border-color: #C91DF8; }
span { border-color: rgb(201,29,248); }
td.TdClassName
{
border-color: #C91DF8;
}
.TagClassName
{
border-color: #C91DF8;
}
</style>