Shades of Violet Blue #9B588F
Tints of Violet Blue #9B588F
RGB
CMYK
RGB Variations
Color information
#9B588F (or 0x9B588F) is known color: Violet Blue. HEX triplet: 9B, 58 and 8F. RGB value is (155,88,143). Sum of RGB (Red+Green+Blue) = 155+88+143=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B588F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B588F is #64A770. Grayscale: #727272. Windows color (decimal): -6596465 or 9394331. OLE color: 9394331.
HSL color Cylindrical-coordinate representation of color #9B588F: hue angle of 310.75º degrees, saturation: 0.28, 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 #9B588F is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 143 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.39 |
| HSL | 310.75º | 0.28% | 0.48% | - |
| HSV(B) | 310.75º | 0.43% | 0.61% | - |
| XYZ | 21.97 | 15.93 | 27.9 | - |
| YUV | 114.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 143 | 0 | 0.43 | 0.08 | 0.39 | 310.75 | 0.28 | 0.48 |
| Hex | 9B | 58 | 8F | 0 | 2B | 8 | 27 | 137 | 1C | 30 |
| Octal | 233 | 130 | 217 | 0 | 53 | 10 | 47 | 467 | 34 | 60 |
| Binary | 10011011 | 1011000 | 10001111 | 0 | 101011 | 1000 | 100111 | 100110111 | 11100 | 110000 |
Color Harmonies of #9B588F
Complementary color
Monochromatic Colors of #9B588F
Black with #9B588F
Text Example
Text Example
White with #9B588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B588F; }
p { color: rgb(155,88,143); }
H1.HeaderClassName
{
color: #9B588F;
}
.AnyTagClassName
{
color: #9B588F;
}
</style>
background-color css
<style>
a { background-color: #9B588F; }
a { background-color: rgb(155,88,143); }
div.DivClassName
{
background-color: #9B588F;
}
.BgClassName
{
background-color: #9B588F;
}
</style>
border-color css
<style>
span { border-color: #9B588F; }
span { border-color: rgb(155,88,143); }
td.TdClassName
{
border-color: #9B588F;
}
.TagClassName
{
border-color: #9B588F;
}
</style>