Shades of Violet Blue #9B559B
Tints of Violet Blue #9B559B
RGB
CMYK
RGB Variations
Color information
#9B559B (or 0x9B559B) is known color: Violet Blue. HEX triplet: 9B, 55 and 9B. RGB value is (155,85,155). Sum of RGB (Red+Green+Blue) = 155+85+155=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B559B is #64AA64. Grayscale: #717171. Windows color (decimal): -6597221 or 10179995. OLE color: 10179995.
HSL color Cylindrical-coordinate representation of color #9B559B: hue angle of 300º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B559B is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 155 | - |
| CMYK | 0 | 0.45 | 0 | 0.39 |
| HSL | 300º | 0.29% | 0.47% | - |
| HSV(B) | 300º | 0.45% | 0.61% | - |
| XYZ | 22.68 | 15.83 | 32.87 | - |
| YUV | 113.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 155 | 0 | 0.45 | 0 | 0.39 | 300 | 0.29 | 0.47 |
| Hex | 9B | 55 | 9B | 0 | 2D | 0 | 27 | 12C | 1D | 2F |
| Octal | 233 | 125 | 233 | 0 | 55 | 0 | 47 | 454 | 35 | 57 |
| Binary | 10011011 | 1010101 | 10011011 | 0 | 101101 | 0 | 100111 | 100101100 | 11101 | 101111 |
Color Harmonies of #9B559B
Complementary color
Monochromatic Colors of #9B559B
Black with #9B559B
Text Example
Text Example
White with #9B559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B559B; }
p { color: rgb(155,85,155); }
H1.HeaderClassName
{
color: #9B559B;
}
.AnyTagClassName
{
color: #9B559B;
}
</style>
background-color css
<style>
a { background-color: #9B559B; }
a { background-color: rgb(155,85,155); }
div.DivClassName
{
background-color: #9B559B;
}
.BgClassName
{
background-color: #9B559B;
}
</style>
border-color css
<style>
span { border-color: #9B559B; }
span { border-color: rgb(155,85,155); }
td.TdClassName
{
border-color: #9B559B;
}
.TagClassName
{
border-color: #9B559B;
}
</style>