Shades of Electric Purple #BA09E9
Tints of Electric Purple #BA09E9
RGB
CMYK
RGB Variations
Color information
#BA09E9 (or 0xBA09E9) is known color: Electric Purple. HEX triplet: BA, 09 and E9. RGB value is (186,9,233). Sum of RGB (Red+Green+Blue) = 186+9+233=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA09E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09E9 is #45F616. Grayscale: #565656. Windows color (decimal): -4584983 or 15272378. OLE color: 15272378.
HSL color Cylindrical-coordinate representation of color #BA09E9: hue angle of 287.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09E9 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 9 | 233 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.09 |
| HSL | 287.41º | 0.93% | 0.47% | - |
| HSV(B) | 287.41º | 0.96% | 0.91% | - |
| XYZ | 35.06 | 16.52 | 78.43 | - |
| YUV | 87.46 | 210.14 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 233 | 0.20 | 0.96 | 0 | 0.09 | 287.41 | 0.93 | 0.47 |
| Hex | BA | 9 | E9 | 14 | 60 | 0 | 9 | 11F | 5D | 2F |
| Octal | 272 | 11 | 351 | 24 | 140 | 0 | 11 | 437 | 135 | 57 |
| Binary | 10111010 | 1001 | 11101001 | 10100 | 1100000 | 0 | 1001 | 100011111 | 1011101 | 101111 |
Color Harmonies of #BA09E9
Complementary color
Monochromatic Colors of #BA09E9
Black with #BA09E9
Text Example
Text Example
White with #BA09E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09E9; }
p { color: rgb(186,9,233); }
H1.HeaderClassName
{
color: #BA09E9;
}
.AnyTagClassName
{
color: #BA09E9;
}
</style>
background-color css
<style>
a { background-color: #BA09E9; }
a { background-color: rgb(186,9,233); }
div.DivClassName
{
background-color: #BA09E9;
}
.BgClassName
{
background-color: #BA09E9;
}
</style>
border-color css
<style>
span { border-color: #BA09E9; }
span { border-color: rgb(186,9,233); }
td.TdClassName
{
border-color: #BA09E9;
}
.TagClassName
{
border-color: #BA09E9;
}
</style>