Shades of Violet Blue #9B599D
Tints of Violet Blue #9B599D
RGB
CMYK
RGB Variations
Color information
#9B599D (or 0x9B599D) is known color: Violet Blue. HEX triplet: 9B, 59 and 9D. RGB value is (155,89,157). Sum of RGB (Red+Green+Blue) = 155+89+157=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B599D is #64A662. Grayscale: #747474. Windows color (decimal): -6596195 or 10312091. OLE color: 10312091.
HSL color Cylindrical-coordinate representation of color #9B599D: hue angle of 298.24º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B599D is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 89 | 157 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.38 |
| HSL | 298.24º | 0.28% | 0.48% | - |
| HSV(B) | 298.24º | 0.43% | 0.62% | - |
| XYZ | 23.18 | 16.55 | 33.87 | - |
| YUV | 116.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 157 | 0.01 | 0.43 | 0 | 0.38 | 298.24 | 0.28 | 0.48 |
| Hex | 9B | 59 | 9D | 1 | 2B | 0 | 26 | 12A | 1C | 30 |
| Octal | 233 | 131 | 235 | 1 | 53 | 0 | 46 | 452 | 34 | 60 |
| Binary | 10011011 | 1011001 | 10011101 | 1 | 101011 | 0 | 100110 | 100101010 | 11100 | 110000 |
Color Harmonies of #9B599D
Complementary color
Monochromatic Colors of #9B599D
Black with #9B599D
Text Example
Text Example
White with #9B599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B599D; }
p { color: rgb(155,89,157); }
H1.HeaderClassName
{
color: #9B599D;
}
.AnyTagClassName
{
color: #9B599D;
}
</style>
background-color css
<style>
a { background-color: #9B599D; }
a { background-color: rgb(155,89,157); }
div.DivClassName
{
background-color: #9B599D;
}
.BgClassName
{
background-color: #9B599D;
}
</style>
border-color css
<style>
span { border-color: #9B599D; }
span { border-color: rgb(155,89,157); }
td.TdClassName
{
border-color: #9B599D;
}
.TagClassName
{
border-color: #9B599D;
}
</style>