Shades of Electric Purple #C91BF9
Tints of Electric Purple #C91BF9
RGB
CMYK
RGB Variations
Color information
#C91BF9 (or 0xC91BF9) is known color: Electric Purple. HEX triplet: C9, 1B and F9. RGB value is (201,27,249). Sum of RGB (Red+Green+Blue) = 201+27+249=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #C91BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BF9 is #36E406. Grayscale: #676767. Windows color (decimal): -3597319 or 16325577. OLE color: 16325577.
HSL color Cylindrical-coordinate representation of color #C91BF9: hue angle of 287.03º degrees, saturation: 0.95, 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 #C91BF9 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 27 | 249 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.02 |
| HSL | 287.03º | 0.95% | 0.54% | - |
| HSV(B) | 287.03º | 0.89% | 0.98% | - |
| XYZ | 41.58 | 20.04 | 91.3 | - |
| YUV | 104.33 | 209.65 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 249 | 0.19 | 0.89 | 0 | 0.02 | 287.03 | 0.95 | 0.54 |
| Hex | C9 | 1B | F9 | 13 | 59 | 0 | 2 | 11F | 5F | 36 |
| Octal | 311 | 33 | 371 | 23 | 131 | 0 | 2 | 437 | 137 | 66 |
| Binary | 11001001 | 11011 | 11111001 | 10011 | 1011001 | 0 | 10 | 100011111 | 1011111 | 110110 |
Color Harmonies of #C91BF9
Complementary color
Monochromatic Colors of #C91BF9
Black with #C91BF9
Text Example
Text Example
White with #C91BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91BF9; }
p { color: rgb(201,27,249); }
H1.HeaderClassName
{
color: #C91BF9;
}
.AnyTagClassName
{
color: #C91BF9;
}
</style>
background-color css
<style>
a { background-color: #C91BF9; }
a { background-color: rgb(201,27,249); }
div.DivClassName
{
background-color: #C91BF9;
}
.BgClassName
{
background-color: #C91BF9;
}
</style>
border-color css
<style>
span { border-color: #C91BF9; }
span { border-color: rgb(201,27,249); }
td.TdClassName
{
border-color: #C91BF9;
}
.TagClassName
{
border-color: #C91BF9;
}
</style>