Shades of Violet Blue #9A5EA7
Tints of Violet Blue #9A5EA7
RGB
CMYK
RGB Variations
Color information
#9A5EA7 (or 0x9A5EA7) is known color: Violet Blue. HEX triplet: 9A, 5E and A7. RGB value is (154,94,167). Sum of RGB (Red+Green+Blue) = 154+94+167=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 167 - color contains mainly: blue. Hex color #9A5EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5EA7 is #65A158. Grayscale: #787878. Windows color (decimal): -6660441 or 10968730. OLE color: 10968730.
HSL color Cylindrical-coordinate representation of color #9A5EA7: hue angle of 289.32º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5EA7 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 94 | 167 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.35 |
| HSL | 289.32º | 0.29% | 0.51% | - |
| HSV(B) | 289.32º | 0.44% | 0.65% | - |
| XYZ | 24.3 | 17.67 | 38.69 | - |
| YUV | 120.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 167 | 0.08 | 0.44 | 0 | 0.35 | 289.32 | 0.29 | 0.51 |
| Hex | 9A | 5E | A7 | 8 | 2C | 0 | 23 | 121 | 1D | 33 |
| Octal | 232 | 136 | 247 | 10 | 54 | 0 | 43 | 441 | 35 | 63 |
| Binary | 10011010 | 1011110 | 10100111 | 1000 | 101100 | 0 | 100011 | 100100001 | 11101 | 110011 |
Color Harmonies of #9A5EA7
Complementary color
Monochromatic Colors of #9A5EA7
Black with #9A5EA7
Text Example
Text Example
White with #9A5EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EA7; }
p { color: rgb(154,94,167); }
H1.HeaderClassName
{
color: #9A5EA7;
}
.AnyTagClassName
{
color: #9A5EA7;
}
</style>
background-color css
<style>
a { background-color: #9A5EA7; }
a { background-color: rgb(154,94,167); }
div.DivClassName
{
background-color: #9A5EA7;
}
.BgClassName
{
background-color: #9A5EA7;
}
</style>
border-color css
<style>
span { border-color: #9A5EA7; }
span { border-color: rgb(154,94,167); }
td.TdClassName
{
border-color: #9A5EA7;
}
.TagClassName
{
border-color: #9A5EA7;
}
</style>