Shades of Violet Blue #9A5B98
Tints of Violet Blue #9A5B98
RGB
CMYK
RGB Variations
Color information
#9A5B98 (or 0x9A5B98) is known color: Violet Blue. HEX triplet: 9A, 5B and 98. RGB value is (154,91,152). Sum of RGB (Red+Green+Blue) = 154+91+152=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5B98 is #65A467. Grayscale: #747474. Windows color (decimal): -6661224 or 9984922. OLE color: 9984922.
HSL color Cylindrical-coordinate representation of color #9A5B98: hue angle of 301.9º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A5B98 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 91 | 152 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.40 |
| HSL | 301.9º | 0.26% | 0.48% | - |
| HSV(B) | 301.9º | 0.41% | 0.6% | - |
| XYZ | 22.74 | 16.62 | 31.72 | - |
| YUV | 116.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 152 | 0 | 0.41 | 0.01 | 0.40 | 301.9 | 0.26 | 0.48 |
| Hex | 9A | 5B | 98 | 0 | 29 | 1 | 28 | 12E | 1A | 30 |
| Octal | 232 | 133 | 230 | 0 | 51 | 1 | 50 | 456 | 32 | 60 |
| Binary | 10011010 | 1011011 | 10011000 | 0 | 101001 | 1 | 101000 | 100101110 | 11010 | 110000 |
Color Harmonies of #9A5B98
Complementary color
Monochromatic Colors of #9A5B98
Black with #9A5B98
Text Example
Text Example
White with #9A5B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5B98; }
p { color: rgb(154,91,152); }
H1.HeaderClassName
{
color: #9A5B98;
}
.AnyTagClassName
{
color: #9A5B98;
}
</style>
background-color css
<style>
a { background-color: #9A5B98; }
a { background-color: rgb(154,91,152); }
div.DivClassName
{
background-color: #9A5B98;
}
.BgClassName
{
background-color: #9A5B98;
}
</style>
border-color css
<style>
span { border-color: #9A5B98; }
span { border-color: rgb(154,91,152); }
td.TdClassName
{
border-color: #9A5B98;
}
.TagClassName
{
border-color: #9A5B98;
}
</style>