Shades of Blue Violet #A91FE9
Tints of Blue Violet #A91FE9
RGB
CMYK
RGB Variations
Color information
#A91FE9 (or 0xA91FE9) is known color: Blue Violet. HEX triplet: A9, 1F and E9. RGB value is (169,31,233). Sum of RGB (Red+Green+Blue) = 169+31+233=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #A91FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FE9 is #56E016. Grayscale: #5E5E5E. Windows color (decimal): -5693463 or 15277993. OLE color: 15277993.
HSL color Cylindrical-coordinate representation of color #A91FE9: hue angle of 280.99º 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 #A91FE9 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 31 | 233 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.09 |
| HSL | 280.99º | 0.82% | 0.52% | - |
| HSV(B) | 280.99º | 0.87% | 0.91% | - |
| XYZ | 31.56 | 15.3 | 78.38 | - |
| YUV | 95.29 | 205.72 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 233 | 0.27 | 0.87 | 0 | 0.09 | 280.99 | 0.82 | 0.52 |
| Hex | A9 | 1F | E9 | 1B | 57 | 0 | 9 | 119 | 52 | 34 |
| Octal | 251 | 37 | 351 | 33 | 127 | 0 | 11 | 431 | 122 | 64 |
| Binary | 10101001 | 11111 | 11101001 | 11011 | 1010111 | 0 | 1001 | 100011001 | 1010010 | 110100 |
Color Harmonies of #A91FE9
Complementary color
Monochromatic Colors of #A91FE9
Black with #A91FE9
Text Example
Text Example
White with #A91FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FE9; }
p { color: rgb(169,31,233); }
H1.HeaderClassName
{
color: #A91FE9;
}
.AnyTagClassName
{
color: #A91FE9;
}
</style>
background-color css
<style>
a { background-color: #A91FE9; }
a { background-color: rgb(169,31,233); }
div.DivClassName
{
background-color: #A91FE9;
}
.BgClassName
{
background-color: #A91FE9;
}
</style>
border-color css
<style>
span { border-color: #A91FE9; }
span { border-color: rgb(169,31,233); }
td.TdClassName
{
border-color: #A91FE9;
}
.TagClassName
{
border-color: #A91FE9;
}
</style>