Shades of Violet Blue #9B558B
Tints of Violet Blue #9B558B
RGB
CMYK
RGB Variations
Color information
#9B558B (or 0x9B558B) is known color: Violet Blue. HEX triplet: 9B, 55 and 8B. RGB value is (155,85,139). Sum of RGB (Red+Green+Blue) = 155+85+139=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B558B is #64AA74. Grayscale: #6F6F6F. Windows color (decimal): -6597237 or 9131419. OLE color: 9131419.
HSL color Cylindrical-coordinate representation of color #9B558B: hue angle of 313.71º 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 #9B558B is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 139 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.39 |
| HSL | 313.71º | 0.29% | 0.47% | - |
| HSV(B) | 313.71º | 0.45% | 0.61% | - |
| XYZ | 21.43 | 15.33 | 26.26 | - |
| YUV | 112.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 139 | 0 | 0.45 | 0.10 | 0.39 | 313.71 | 0.29 | 0.47 |
| Hex | 9B | 55 | 8B | 0 | 2D | A | 27 | 13A | 1D | 2F |
| Octal | 233 | 125 | 213 | 0 | 55 | 12 | 47 | 472 | 35 | 57 |
| Binary | 10011011 | 1010101 | 10001011 | 0 | 101101 | 1010 | 100111 | 100111010 | 11101 | 101111 |
Color Harmonies of #9B558B
Complementary color
Monochromatic Colors of #9B558B
Black with #9B558B
Text Example
Text Example
White with #9B558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B558B; }
p { color: rgb(155,85,139); }
H1.HeaderClassName
{
color: #9B558B;
}
.AnyTagClassName
{
color: #9B558B;
}
</style>
background-color css
<style>
a { background-color: #9B558B; }
a { background-color: rgb(155,85,139); }
div.DivClassName
{
background-color: #9B558B;
}
.BgClassName
{
background-color: #9B558B;
}
</style>
border-color css
<style>
span { border-color: #9B558B; }
span { border-color: rgb(155,85,139); }
td.TdClassName
{
border-color: #9B558B;
}
.TagClassName
{
border-color: #9B558B;
}
</style>