Shades of Electric Purple #C91DFF
Tints of Electric Purple #C91DFF
RGB
CMYK
RGB Variations
Color information
#C91DFF (or 0xC91DFF) is known color: Electric Purple. HEX triplet: C9, 1D and FF. RGB value is (201,29,255). Sum of RGB (Red+Green+Blue) = 201+29+255=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 29 (11.72% from 255 or 5.98% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #C91DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DFF is #36E200. Grayscale: #696969. Windows color (decimal): -3596801 or 16719305. OLE color: 16719305.
HSL color Cylindrical-coordinate representation of color #C91DFF: hue angle of 285.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91DFF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 29 | 255 | - |
| CMYK | 0.21 | 0.89 | 0 | 0 |
| HSL | 285.66º | 1% | 0.56% | - |
| HSV(B) | 285.66º | 0.89% | 1% | - |
| XYZ | 42.58 | 20.52 | 96.32 | - |
| YUV | 106.19 | 211.98 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 255 | 0.21 | 0.89 | 0 | 0 | 285.66 | 1 | 0.56 |
| Hex | C9 | 1D | FF | 15 | 59 | 0 | 0 | 11E | 64 | 38 |
| Octal | 311 | 35 | 377 | 25 | 131 | 0 | 0 | 436 | 144 | 70 |
| Binary | 11001001 | 11101 | 11111111 | 10101 | 1011001 | 0 | 0 | 100011110 | 1100100 | 111000 |
Color Harmonies of #C91DFF
Complementary color
Monochromatic Colors of #C91DFF
Black with #C91DFF
Text Example
Text Example
White with #C91DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DFF; }
p { color: rgb(201,29,255); }
H1.HeaderClassName
{
color: #C91DFF;
}
.AnyTagClassName
{
color: #C91DFF;
}
</style>
background-color css
<style>
a { background-color: #C91DFF; }
a { background-color: rgb(201,29,255); }
div.DivClassName
{
background-color: #C91DFF;
}
.BgClassName
{
background-color: #C91DFF;
}
</style>
border-color css
<style>
span { border-color: #C91DFF; }
span { border-color: rgb(201,29,255); }
td.TdClassName
{
border-color: #C91DFF;
}
.TagClassName
{
border-color: #C91DFF;
}
</style>