Shades of Electric Purple #C91BFA
Tints of Electric Purple #C91BFA
RGB
CMYK
RGB Variations
Color information
#C91BFA (or 0xC91BFA) is known color: Electric Purple. HEX triplet: C9, 1B and FA. RGB value is (201,27,250). Sum of RGB (Red+Green+Blue) = 201+27+250=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #C91BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BFA is #36E405. Grayscale: #676767. Windows color (decimal): -3597318 or 16391113. OLE color: 16391113.
HSL color Cylindrical-coordinate representation of color #C91BFA: hue angle of 286.82º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91BFA is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 27 | 250 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.02 |
| HSL | 286.82º | 0.96% | 0.54% | - |
| HSV(B) | 286.82º | 0.89% | 0.98% | - |
| XYZ | 41.73 | 20.1 | 92.12 | - |
| YUV | 104.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 250 | 0.20 | 0.89 | 0 | 0.02 | 286.82 | 0.96 | 0.54 |
| Hex | C9 | 1B | FA | 14 | 59 | 0 | 2 | 11F | 60 | 36 |
| Octal | 311 | 33 | 372 | 24 | 131 | 0 | 2 | 437 | 140 | 66 |
| Binary | 11001001 | 11011 | 11111010 | 10100 | 1011001 | 0 | 10 | 100011111 | 1100000 | 110110 |
Color Harmonies of #C91BFA
Complementary color
Monochromatic Colors of #C91BFA
Black with #C91BFA
Text Example
Text Example
White with #C91BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BFA; }
p { color: rgb(201,27,250); }
H1.HeaderClassName
{
color: #C91BFA;
}
.AnyTagClassName
{
color: #C91BFA;
}
</style>
background-color css
<style>
a { background-color: #C91BFA; }
a { background-color: rgb(201,27,250); }
div.DivClassName
{
background-color: #C91BFA;
}
.BgClassName
{
background-color: #C91BFA;
}
</style>
border-color css
<style>
span { border-color: #C91BFA; }
span { border-color: rgb(201,27,250); }
td.TdClassName
{
border-color: #C91BFA;
}
.TagClassName
{
border-color: #C91BFA;
}
</style>