Shades of Electric Purple #B91EE9
Tints of Electric Purple #B91EE9
RGB
CMYK
RGB Variations
Color information
#B91EE9 (or 0xB91EE9) is known color: Electric Purple. HEX triplet: B9, 1E and E9. RGB value is (185,30,233). Sum of RGB (Red+Green+Blue) = 185+30+233=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #B91EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91EE9 is #46E116. Grayscale: #626262. Windows color (decimal): -4645143 or 15277753. OLE color: 15277753.
HSL color Cylindrical-coordinate representation of color #B91EE9: hue angle of 285.81º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91EE9 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 30 | 233 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.09 |
| HSL | 285.81º | 0.82% | 0.52% | - |
| HSV(B) | 285.81º | 0.87% | 0.91% | - |
| XYZ | 35.18 | 17.13 | 78.54 | - |
| YUV | 99.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 30 | 233 | 0.21 | 0.87 | 0 | 0.09 | 285.81 | 0.82 | 0.52 |
| Hex | B9 | 1E | E9 | 15 | 57 | 0 | 9 | 11E | 52 | 34 |
| Octal | 271 | 36 | 351 | 25 | 127 | 0 | 11 | 436 | 122 | 64 |
| Binary | 10111001 | 11110 | 11101001 | 10101 | 1010111 | 0 | 1001 | 100011110 | 1010010 | 110100 |
Color Harmonies of #B91EE9
Complementary color
Monochromatic Colors of #B91EE9
Black with #B91EE9
Text Example
Text Example
White with #B91EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91EE9; }
p { color: rgb(185,30,233); }
H1.HeaderClassName
{
color: #B91EE9;
}
.AnyTagClassName
{
color: #B91EE9;
}
</style>
background-color css
<style>
a { background-color: #B91EE9; }
a { background-color: rgb(185,30,233); }
div.DivClassName
{
background-color: #B91EE9;
}
.BgClassName
{
background-color: #B91EE9;
}
</style>
border-color css
<style>
span { border-color: #B91EE9; }
span { border-color: rgb(185,30,233); }
td.TdClassName
{
border-color: #B91EE9;
}
.TagClassName
{
border-color: #B91EE9;
}
</style>