Shades of Electric Purple #C91BFF
Tints of Electric Purple #C91BFF
RGB
CMYK
RGB Variations
Color information
#C91BFF (or 0xC91BFF) is known color: Electric Purple. HEX triplet: C9, 1B and FF. RGB value is (201,27,255). Sum of RGB (Red+Green+Blue) = 201+27+255=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #C91BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BFF is #36E400. Grayscale: #686868. Windows color (decimal): -3597313 or 16718793. OLE color: 16718793.
HSL color Cylindrical-coordinate representation of color #C91BFF: hue angle of 285.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91BFF is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 27 | 255 | - |
| CMYK | 0.21 | 0.89 | 0 | 0 |
| HSL | 285.79º | 1% | 0.55% | - |
| HSV(B) | 285.79º | 0.89% | 1% | - |
| XYZ | 42.53 | 20.42 | 96.31 | - |
| YUV | 105.02 | 212.65 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 255 | 0.21 | 0.89 | 0 | 0 | 285.79 | 1 | 0.55 |
| Hex | C9 | 1B | FF | 15 | 59 | 0 | 0 | 11E | 64 | 37 |
| Octal | 311 | 33 | 377 | 25 | 131 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001001 | 11011 | 11111111 | 10101 | 1011001 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #C91BFF
Complementary color
Monochromatic Colors of #C91BFF
Black with #C91BFF
Text Example
Text Example
White with #C91BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BFF; }
p { color: rgb(201,27,255); }
H1.HeaderClassName
{
color: #C91BFF;
}
.AnyTagClassName
{
color: #C91BFF;
}
</style>
background-color css
<style>
a { background-color: #C91BFF; }
a { background-color: rgb(201,27,255); }
div.DivClassName
{
background-color: #C91BFF;
}
.BgClassName
{
background-color: #C91BFF;
}
</style>
border-color css
<style>
span { border-color: #C91BFF; }
span { border-color: rgb(201,27,255); }
td.TdClassName
{
border-color: #C91BFF;
}
.TagClassName
{
border-color: #C91BFF;
}
</style>