Shades of Blue Violet #9A17FF
Tints of Blue Violet #9A17FF
RGB
CMYK
RGB Variations
Color information
#9A17FF (or 0x9A17FF) is known color: Blue Violet. HEX triplet: 9A, 17 and FF. RGB value is (154,23,255). Sum of RGB (Red+Green+Blue) = 154+23+255=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A17FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9A17FF is #65E800. Grayscale: #575757. Windows color (decimal): -6678529 or 16717722. OLE color: 16717722.
HSL color Cylindrical-coordinate representation of color #9A17FF: hue angle of 273.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A17FF is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 23 | 255 | - |
| CMYK | 0.40 | 0.91 | 0 | 0 |
| HSL | 273.88º | 1% | 0.55% | - |
| HSV(B) | 273.88º | 0.91% | 1% | - |
| XYZ | 31.68 | 14.7 | 95.78 | - |
| YUV | 88.62 | 221.9 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 255 | 0.40 | 0.91 | 0 | 0 | 273.88 | 1 | 0.55 |
| Hex | 9A | 17 | FF | 28 | 5B | 0 | 0 | 112 | 64 | 37 |
| Octal | 232 | 27 | 377 | 50 | 133 | 0 | 0 | 422 | 144 | 67 |
| Binary | 10011010 | 10111 | 11111111 | 101000 | 1011011 | 0 | 0 | 100010010 | 1100100 | 110111 |
Color Harmonies of #9A17FF
Complementary color
Monochromatic Colors of #9A17FF
Black with #9A17FF
Text Example
Text Example
White with #9A17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A17FF; }
p { color: rgb(154,23,255); }
H1.HeaderClassName
{
color: #9A17FF;
}
.AnyTagClassName
{
color: #9A17FF;
}
</style>
background-color css
<style>
a { background-color: #9A17FF; }
a { background-color: rgb(154,23,255); }
div.DivClassName
{
background-color: #9A17FF;
}
.BgClassName
{
background-color: #9A17FF;
}
</style>
border-color css
<style>
span { border-color: #9A17FF; }
span { border-color: rgb(154,23,255); }
td.TdClassName
{
border-color: #9A17FF;
}
.TagClassName
{
border-color: #9A17FF;
}
</style>