Shades of Violet Blue #9A5DA9
Tints of Violet Blue #9A5DA9
RGB
CMYK
RGB Variations
Color information
#9A5DA9 (or 0x9A5DA9) is known color: Violet Blue. HEX triplet: 9A, 5D and A9. RGB value is (154,93,169). Sum of RGB (Red+Green+Blue) = 154+93+169=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #9A5DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5DA9 is #65A256. Grayscale: #777777. Windows color (decimal): -6660695 or 11099546. OLE color: 11099546.
HSL color Cylindrical-coordinate representation of color #9A5DA9: hue angle of 288.16º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A5DA9 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 93 | 169 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.34 |
| HSL | 288.16º | 0.31% | 0.51% | - |
| HSV(B) | 288.16º | 0.45% | 0.66% | - |
| XYZ | 24.4 | 17.56 | 39.64 | - |
| YUV | 119.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 93 | 169 | 0.09 | 0.45 | 0 | 0.34 | 288.16 | 0.31 | 0.51 |
| Hex | 9A | 5D | A9 | 9 | 2D | 0 | 22 | 120 | 1F | 33 |
| Octal | 232 | 135 | 251 | 11 | 55 | 0 | 42 | 440 | 37 | 63 |
| Binary | 10011010 | 1011101 | 10101001 | 1001 | 101101 | 0 | 100010 | 100100000 | 11111 | 110011 |
Color Harmonies of #9A5DA9
Complementary color
Monochromatic Colors of #9A5DA9
Black with #9A5DA9
Text Example
Text Example
White with #9A5DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5DA9; }
p { color: rgb(154,93,169); }
H1.HeaderClassName
{
color: #9A5DA9;
}
.AnyTagClassName
{
color: #9A5DA9;
}
</style>
background-color css
<style>
a { background-color: #9A5DA9; }
a { background-color: rgb(154,93,169); }
div.DivClassName
{
background-color: #9A5DA9;
}
.BgClassName
{
background-color: #9A5DA9;
}
</style>
border-color css
<style>
span { border-color: #9A5DA9; }
span { border-color: rgb(154,93,169); }
td.TdClassName
{
border-color: #9A5DA9;
}
.TagClassName
{
border-color: #9A5DA9;
}
</style>