Shades of Violet Blue #9A5798
Tints of Violet Blue #9A5798
RGB
CMYK
RGB Variations
Color information
#9A5798 (or 0x9A5798) is known color: Violet Blue. HEX triplet: 9A, 57 and 98. RGB value is (154,87,152). Sum of RGB (Red+Green+Blue) = 154+87+152=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5798 is #65A867. Grayscale: #727272. Windows color (decimal): -6662248 or 9983898. OLE color: 9983898.
HSL color Cylindrical-coordinate representation of color #9A5798: hue angle of 301.79º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A5798 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 87 | 152 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.40 |
| HSL | 301.79º | 0.28% | 0.47% | - |
| HSV(B) | 301.79º | 0.44% | 0.6% | - |
| XYZ | 22.4 | 15.95 | 31.6 | - |
| YUV | 114.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 87 | 152 | 0 | 0.44 | 0.01 | 0.40 | 301.79 | 0.28 | 0.47 |
| Hex | 9A | 57 | 98 | 0 | 2C | 1 | 28 | 12E | 1C | 2F |
| Octal | 232 | 127 | 230 | 0 | 54 | 1 | 50 | 456 | 34 | 57 |
| Binary | 10011010 | 1010111 | 10011000 | 0 | 101100 | 1 | 101000 | 100101110 | 11100 | 101111 |
Color Harmonies of #9A5798
Complementary color
Monochromatic Colors of #9A5798
Black with #9A5798
Text Example
Text Example
White with #9A5798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5798; }
p { color: rgb(154,87,152); }
H1.HeaderClassName
{
color: #9A5798;
}
.AnyTagClassName
{
color: #9A5798;
}
</style>
background-color css
<style>
a { background-color: #9A5798; }
a { background-color: rgb(154,87,152); }
div.DivClassName
{
background-color: #9A5798;
}
.BgClassName
{
background-color: #9A5798;
}
</style>
border-color css
<style>
span { border-color: #9A5798; }
span { border-color: rgb(154,87,152); }
td.TdClassName
{
border-color: #9A5798;
}
.TagClassName
{
border-color: #9A5798;
}
</style>