Shades of Electric Purple #BA09F9
Tints of Electric Purple #BA09F9
RGB
CMYK
RGB Variations
Color information
#BA09F9 (or 0xBA09F9) is known color: Electric Purple. HEX triplet: BA, 09 and F9. RGB value is (186,9,249). Sum of RGB (Red+Green+Blue) = 186+9+249=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA09F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09F9 is #45F606. Grayscale: #585858. Windows color (decimal): -4584967 or 16320954. OLE color: 16320954.
HSL color Cylindrical-coordinate representation of color #BA09F9: hue angle of 284.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09F9 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 9 | 249 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.02 |
| HSL | 284.25º | 0.95% | 0.51% | - |
| HSV(B) | 284.25º | 0.96% | 0.98% | - |
| XYZ | 37.45 | 17.47 | 91.02 | - |
| YUV | 89.28 | 218.14 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 249 | 0.25 | 0.96 | 0 | 0.02 | 284.25 | 0.95 | 0.51 |
| Hex | BA | 9 | F9 | 19 | 60 | 0 | 2 | 11C | 5F | 33 |
| Octal | 272 | 11 | 371 | 31 | 140 | 0 | 2 | 434 | 137 | 63 |
| Binary | 10111010 | 1001 | 11111001 | 11001 | 1100000 | 0 | 10 | 100011100 | 1011111 | 110011 |
Color Harmonies of #BA09F9
Complementary color
Monochromatic Colors of #BA09F9
Black with #BA09F9
Text Example
Text Example
White with #BA09F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09F9; }
p { color: rgb(186,9,249); }
H1.HeaderClassName
{
color: #BA09F9;
}
.AnyTagClassName
{
color: #BA09F9;
}
</style>
background-color css
<style>
a { background-color: #BA09F9; }
a { background-color: rgb(186,9,249); }
div.DivClassName
{
background-color: #BA09F9;
}
.BgClassName
{
background-color: #BA09F9;
}
</style>
border-color css
<style>
span { border-color: #BA09F9; }
span { border-color: rgb(186,9,249); }
td.TdClassName
{
border-color: #BA09F9;
}
.TagClassName
{
border-color: #BA09F9;
}
</style>