Shades of Electric Purple #C91BEF
Tints of Electric Purple #C91BEF
RGB
CMYK
RGB Variations
Color information
#C91BEF (or 0xC91BEF) is known color: Electric Purple. HEX triplet: C9, 1B and EF. RGB value is (201,27,239). Sum of RGB (Red+Green+Blue) = 201+27+239=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C91BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BEF is #36E410. Grayscale: #666666. Windows color (decimal): -3597329 or 15670217. OLE color: 15670217.
HSL color Cylindrical-coordinate representation of color #C91BEF: hue angle of 289.25º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91BEF is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 27 | 239 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.06 |
| HSL | 289.25º | 0.87% | 0.52% | - |
| HSV(B) | 289.25º | 0.89% | 0.94% | - |
| XYZ | 40.06 | 19.43 | 83.3 | - |
| YUV | 103.19 | 204.65 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 239 | 0.16 | 0.89 | 0 | 0.06 | 289.25 | 0.87 | 0.52 |
| Hex | C9 | 1B | EF | 10 | 59 | 0 | 6 | 121 | 57 | 34 |
| Octal | 311 | 33 | 357 | 20 | 131 | 0 | 6 | 441 | 127 | 64 |
| Binary | 11001001 | 11011 | 11101111 | 10000 | 1011001 | 0 | 110 | 100100001 | 1010111 | 110100 |
Color Harmonies of #C91BEF
Complementary color
Monochromatic Colors of #C91BEF
Black with #C91BEF
Text Example
Text Example
White with #C91BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BEF; }
p { color: rgb(201,27,239); }
H1.HeaderClassName
{
color: #C91BEF;
}
.AnyTagClassName
{
color: #C91BEF;
}
</style>
background-color css
<style>
a { background-color: #C91BEF; }
a { background-color: rgb(201,27,239); }
div.DivClassName
{
background-color: #C91BEF;
}
.BgClassName
{
background-color: #C91BEF;
}
</style>
border-color css
<style>
span { border-color: #C91BEF; }
span { border-color: rgb(201,27,239); }
td.TdClassName
{
border-color: #C91BEF;
}
.TagClassName
{
border-color: #C91BEF;
}
</style>