Shades of Violet Blue #9B598D
Tints of Violet Blue #9B598D
RGB
CMYK
RGB Variations
Color information
#9B598D (or 0x9B598D) is known color: Violet Blue. HEX triplet: 9B, 59 and 8D. RGB value is (155,89,141). Sum of RGB (Red+Green+Blue) = 155+89+141=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B598D is #64A672. Grayscale: #727272. Windows color (decimal): -6596211 or 9263515. OLE color: 9263515.
HSL color Cylindrical-coordinate representation of color #9B598D: hue angle of 312.73º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B598D is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 141 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.39 |
| HSL | 312.73º | 0.27% | 0.48% | - |
| HSV(B) | 312.73º | 0.43% | 0.61% | - |
| XYZ | 21.9 | 16.04 | 27.14 | - |
| YUV | 114.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 141 | 0 | 0.43 | 0.09 | 0.39 | 312.73 | 0.27 | 0.48 |
| Hex | 9B | 59 | 8D | 0 | 2B | 9 | 27 | 139 | 1B | 30 |
| Octal | 233 | 131 | 215 | 0 | 53 | 11 | 47 | 471 | 33 | 60 |
| Binary | 10011011 | 1011001 | 10001101 | 0 | 101011 | 1001 | 100111 | 100111001 | 11011 | 110000 |
Color Harmonies of #9B598D
Complementary color
Monochromatic Colors of #9B598D
Black with #9B598D
Text Example
Text Example
White with #9B598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B598D; }
p { color: rgb(155,89,141); }
H1.HeaderClassName
{
color: #9B598D;
}
.AnyTagClassName
{
color: #9B598D;
}
</style>
background-color css
<style>
a { background-color: #9B598D; }
a { background-color: rgb(155,89,141); }
div.DivClassName
{
background-color: #9B598D;
}
.BgClassName
{
background-color: #9B598D;
}
</style>
border-color css
<style>
span { border-color: #9B598D; }
span { border-color: rgb(155,89,141); }
td.TdClassName
{
border-color: #9B598D;
}
.TagClassName
{
border-color: #9B598D;
}
</style>