Shades of Violet Blue #9B578E
Tints of Violet Blue #9B578E
RGB
CMYK
RGB Variations
Color information
#9B578E (or 0x9B578E) is known color: Violet Blue. HEX triplet: 9B, 57 and 8E. RGB value is (155,87,142). Sum of RGB (Red+Green+Blue) = 155+87+142=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B578E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B578E is #64A871. Grayscale: #717171. Windows color (decimal): -6596722 or 9328539. OLE color: 9328539.
HSL color Cylindrical-coordinate representation of color #9B578E: hue angle of 311.47º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B578E is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 87 | 142 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.39 |
| HSL | 311.47º | 0.28% | 0.47% | - |
| HSV(B) | 311.47º | 0.44% | 0.61% | - |
| XYZ | 21.81 | 15.74 | 27.48 | - |
| YUV | 113.6 | 144.03 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 142 | 0 | 0.44 | 0.08 | 0.39 | 311.47 | 0.28 | 0.47 |
| Hex | 9B | 57 | 8E | 0 | 2C | 8 | 27 | 137 | 1C | 2F |
| Octal | 233 | 127 | 216 | 0 | 54 | 10 | 47 | 467 | 34 | 57 |
| Binary | 10011011 | 1010111 | 10001110 | 0 | 101100 | 1000 | 100111 | 100110111 | 11100 | 101111 |
Color Harmonies of #9B578E
Complementary color
Monochromatic Colors of #9B578E
Black with #9B578E
Text Example
Text Example
White with #9B578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B578E; }
p { color: rgb(155,87,142); }
H1.HeaderClassName
{
color: #9B578E;
}
.AnyTagClassName
{
color: #9B578E;
}
</style>
background-color css
<style>
a { background-color: #9B578E; }
a { background-color: rgb(155,87,142); }
div.DivClassName
{
background-color: #9B578E;
}
.BgClassName
{
background-color: #9B578E;
}
</style>
border-color css
<style>
span { border-color: #9B578E; }
span { border-color: rgb(155,87,142); }
td.TdClassName
{
border-color: #9B578E;
}
.TagClassName
{
border-color: #9B578E;
}
</style>