Shades of Electric Purple #A81BF9
Tints of Electric Purple #A81BF9
RGB
CMYK
RGB Variations
Color information
#A81BF9 (or 0xA81BF9) is known color: Electric Purple. HEX triplet: A8, 1B and F9. RGB value is (168,27,249). Sum of RGB (Red+Green+Blue) = 168+27+249=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 27 (10.94% from 255 or 6.08% 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 #A81BF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A81BF9 is #57E406. Grayscale: #5D5D5D. Windows color (decimal): -5760007 or 16325544. OLE color: 16325544.
HSL color Cylindrical-coordinate representation of color #A81BF9: hue angle of 278.11º 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 #A81BF9 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 27 | 249 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.02 |
| HSL | 278.11º | 0.95% | 0.54% | - |
| HSV(B) | 278.11º | 0.89% | 0.98% | - |
| XYZ | 33.64 | 15.95 | 90.93 | - |
| YUV | 94.47 | 215.21 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 249 | 0.33 | 0.89 | 0 | 0.02 | 278.11 | 0.95 | 0.54 |
| Hex | A8 | 1B | F9 | 21 | 59 | 0 | 2 | 116 | 5F | 36 |
| Octal | 250 | 33 | 371 | 41 | 131 | 0 | 2 | 426 | 137 | 66 |
| Binary | 10101000 | 11011 | 11111001 | 100001 | 1011001 | 0 | 10 | 100010110 | 1011111 | 110110 |
Color Harmonies of #A81BF9
Complementary color
Monochromatic Colors of #A81BF9
Black with #A81BF9
Text Example
Text Example
White with #A81BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BF9; }
p { color: rgb(168,27,249); }
H1.HeaderClassName
{
color: #A81BF9;
}
.AnyTagClassName
{
color: #A81BF9;
}
</style>
background-color css
<style>
a { background-color: #A81BF9; }
a { background-color: rgb(168,27,249); }
div.DivClassName
{
background-color: #A81BF9;
}
.BgClassName
{
background-color: #A81BF9;
}
</style>
border-color css
<style>
span { border-color: #A81BF9; }
span { border-color: rgb(168,27,249); }
td.TdClassName
{
border-color: #A81BF9;
}
.TagClassName
{
border-color: #A81BF9;
}
</style>