Shades of Blue Violet #9A19E9
Tints of Blue Violet #9A19E9
RGB
CMYK
RGB Variations
Color information
#9A19E9 (or 0x9A19E9) is known color: Blue Violet. HEX triplet: 9A, 19 and E9. RGB value is (154,25,233). Sum of RGB (Red+Green+Blue) = 154+25+233=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #9A19E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A19E9 is #65E616. Grayscale: #565656. Windows color (decimal): -6678039 or 15276442. OLE color: 15276442.
HSL color Cylindrical-coordinate representation of color #9A19E9: hue angle of 277.21º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A19E9 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 25 | 233 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.09 |
| HSL | 277.21º | 0.83% | 0.51% | - |
| HSV(B) | 277.21º | 0.89% | 0.91% | - |
| XYZ | 28.38 | 13.45 | 78.19 | - |
| YUV | 87.28 | 210.24 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 233 | 0.34 | 0.89 | 0 | 0.09 | 277.21 | 0.83 | 0.51 |
| Hex | 9A | 19 | E9 | 22 | 59 | 0 | 9 | 115 | 53 | 33 |
| Octal | 232 | 31 | 351 | 42 | 131 | 0 | 11 | 425 | 123 | 63 |
| Binary | 10011010 | 11001 | 11101001 | 100010 | 1011001 | 0 | 1001 | 100010101 | 1010011 | 110011 |
Color Harmonies of #9A19E9
Complementary color
Monochromatic Colors of #9A19E9
Black with #9A19E9
Text Example
Text Example
White with #9A19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A19E9; }
p { color: rgb(154,25,233); }
H1.HeaderClassName
{
color: #9A19E9;
}
.AnyTagClassName
{
color: #9A19E9;
}
</style>
background-color css
<style>
a { background-color: #9A19E9; }
a { background-color: rgb(154,25,233); }
div.DivClassName
{
background-color: #9A19E9;
}
.BgClassName
{
background-color: #9A19E9;
}
</style>
border-color css
<style>
span { border-color: #9A19E9; }
span { border-color: rgb(154,25,233); }
td.TdClassName
{
border-color: #9A19E9;
}
.TagClassName
{
border-color: #9A19E9;
}
</style>