Shades of Blue Violet #9A19FF
Tints of Blue Violet #9A19FF
RGB
CMYK
RGB Variations
Color information
#9A19FF (or 0x9A19FF) is known color: Blue Violet. HEX triplet: 9A, 19 and FF. RGB value is (154,25,255). Sum of RGB (Red+Green+Blue) = 154+25+255=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A19FF is #65E600. Grayscale: #595959. Windows color (decimal): -6678017 or 16718234. OLE color: 16718234.
HSL color Cylindrical-coordinate representation of color #9A19FF: hue angle of 273.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A19FF is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 25 | 255 | - |
| CMYK | 0.40 | 0.90 | 0 | 0 |
| HSL | 273.65º | 1% | 0.55% | - |
| HSV(B) | 273.65º | 0.9% | 1% | - |
| XYZ | 31.72 | 14.79 | 95.79 | - |
| YUV | 89.79 | 221.24 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 25 | 255 | 0.40 | 0.90 | 0 | 0 | 273.65 | 1 | 0.55 |
| Hex | 9A | 19 | FF | 28 | 5A | 0 | 0 | 112 | 64 | 37 |
| Octal | 232 | 31 | 377 | 50 | 132 | 0 | 0 | 422 | 144 | 67 |
| Binary | 10011010 | 11001 | 11111111 | 101000 | 1011010 | 0 | 0 | 100010010 | 1100100 | 110111 |
Color Harmonies of #9A19FF
Complementary color
Monochromatic Colors of #9A19FF
Black with #9A19FF
Text Example
Text Example
White with #9A19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A19FF; }
p { color: rgb(154,25,255); }
H1.HeaderClassName
{
color: #9A19FF;
}
.AnyTagClassName
{
color: #9A19FF;
}
</style>
background-color css
<style>
a { background-color: #9A19FF; }
a { background-color: rgb(154,25,255); }
div.DivClassName
{
background-color: #9A19FF;
}
.BgClassName
{
background-color: #9A19FF;
}
</style>
border-color css
<style>
span { border-color: #9A19FF; }
span { border-color: rgb(154,25,255); }
td.TdClassName
{
border-color: #9A19FF;
}
.TagClassName
{
border-color: #9A19FF;
}
</style>