Shades of Blue Violet #9A19EC
Tints of Blue Violet #9A19EC
RGB
CMYK
RGB Variations
Color information
#9A19EC (or 0x9A19EC) is known color: Blue Violet. HEX triplet: 9A, 19 and EC. RGB value is (154,25,236). Sum of RGB (Red+Green+Blue) = 154+25+236=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A19EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A19EC is #65E613. Grayscale: #565656. Windows color (decimal): -6678036 or 15473050. OLE color: 15473050.
HSL color Cylindrical-coordinate representation of color #9A19EC: hue angle of 276.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A19EC is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 25 | 236 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.07 |
| HSL | 276.68º | 0.85% | 0.51% | - |
| HSV(B) | 276.68º | 0.89% | 0.93% | - |
| XYZ | 28.81 | 13.62 | 80.47 | - |
| YUV | 87.63 | 211.74 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 236 | 0.35 | 0.89 | 0 | 0.07 | 276.68 | 0.85 | 0.51 |
| Hex | 9A | 19 | EC | 23 | 59 | 0 | 7 | 115 | 55 | 33 |
| Octal | 232 | 31 | 354 | 43 | 131 | 0 | 7 | 425 | 125 | 63 |
| Binary | 10011010 | 11001 | 11101100 | 100011 | 1011001 | 0 | 111 | 100010101 | 1010101 | 110011 |
Color Harmonies of #9A19EC
Complementary color
Monochromatic Colors of #9A19EC
Black with #9A19EC
Text Example
Text Example
White with #9A19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A19EC; }
p { color: rgb(154,25,236); }
H1.HeaderClassName
{
color: #9A19EC;
}
.AnyTagClassName
{
color: #9A19EC;
}
</style>
background-color css
<style>
a { background-color: #9A19EC; }
a { background-color: rgb(154,25,236); }
div.DivClassName
{
background-color: #9A19EC;
}
.BgClassName
{
background-color: #9A19EC;
}
</style>
border-color css
<style>
span { border-color: #9A19EC; }
span { border-color: rgb(154,25,236); }
td.TdClassName
{
border-color: #9A19EC;
}
.TagClassName
{
border-color: #9A19EC;
}
</style>