Shades of Violet Blue #9B5B8F
Tints of Violet Blue #9B5B8F
RGB
CMYK
RGB Variations
Color information
#9B5B8F (or 0x9B5B8F) is known color: Violet Blue. HEX triplet: 9B, 5B and 8F. RGB value is (155,91,143). Sum of RGB (Red+Green+Blue) = 155+91+143=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5B8F is #64A470. Grayscale: #737373. Windows color (decimal): -6595697 or 9395099. OLE color: 9395099.
HSL color Cylindrical-coordinate representation of color #9B5B8F: hue angle of 311.25º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B5B8F is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 91 | 143 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.39 |
| HSL | 311.25º | 0.26% | 0.48% | - |
| HSV(B) | 311.25º | 0.41% | 0.61% | - |
| XYZ | 22.22 | 16.43 | 27.99 | - |
| YUV | 116.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 143 | 0 | 0.41 | 0.08 | 0.39 | 311.25 | 0.26 | 0.48 |
| Hex | 9B | 5B | 8F | 0 | 29 | 8 | 27 | 137 | 1A | 30 |
| Octal | 233 | 133 | 217 | 0 | 51 | 10 | 47 | 467 | 32 | 60 |
| Binary | 10011011 | 1011011 | 10001111 | 0 | 101001 | 1000 | 100111 | 100110111 | 11010 | 110000 |
Color Harmonies of #9B5B8F
Complementary color
Monochromatic Colors of #9B5B8F
Black with #9B5B8F
Text Example
Text Example
White with #9B5B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5B8F; }
p { color: rgb(155,91,143); }
H1.HeaderClassName
{
color: #9B5B8F;
}
.AnyTagClassName
{
color: #9B5B8F;
}
</style>
background-color css
<style>
a { background-color: #9B5B8F; }
a { background-color: rgb(155,91,143); }
div.DivClassName
{
background-color: #9B5B8F;
}
.BgClassName
{
background-color: #9B5B8F;
}
</style>
border-color css
<style>
span { border-color: #9B5B8F; }
span { border-color: rgb(155,91,143); }
td.TdClassName
{
border-color: #9B5B8F;
}
.TagClassName
{
border-color: #9B5B8F;
}
</style>