Shades of Violet Blue #9B4B89
Tints of Violet Blue #9B4B89
RGB
CMYK
RGB Variations
Color information
#9B4B89 (or 0x9B4B89) is known color: Violet Blue. HEX triplet: 9B, 4B and 89. RGB value is (155,75,137). Sum of RGB (Red+Green+Blue) = 155+75+137=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4B89 is #64B476. Grayscale: #696969. Windows color (decimal): -6599799 or 8997787. OLE color: 8997787.
HSL color Cylindrical-coordinate representation of color #9B4B89: hue angle of 313.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B4B89 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 75 | 137 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.39 |
| HSL | 313.5º | 0.35% | 0.45% | - |
| HSV(B) | 313.5º | 0.52% | 0.61% | - |
| XYZ | 20.55 | 13.81 | 25.25 | - |
| YUV | 105.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 75 | 137 | 0 | 0.52 | 0.12 | 0.39 | 313.5 | 0.35 | 0.45 |
| Hex | 9B | 4B | 89 | 0 | 34 | C | 27 | 13A | 23 | 2D |
| Octal | 233 | 113 | 211 | 0 | 64 | 14 | 47 | 472 | 43 | 55 |
| Binary | 10011011 | 1001011 | 10001001 | 0 | 110100 | 1100 | 100111 | 100111010 | 100011 | 101101 |
Color Harmonies of #9B4B89
Complementary color
Monochromatic Colors of #9B4B89
Black with #9B4B89
Text Example
Text Example
White with #9B4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4B89; }
p { color: rgb(155,75,137); }
H1.HeaderClassName
{
color: #9B4B89;
}
.AnyTagClassName
{
color: #9B4B89;
}
</style>
background-color css
<style>
a { background-color: #9B4B89; }
a { background-color: rgb(155,75,137); }
div.DivClassName
{
background-color: #9B4B89;
}
.BgClassName
{
background-color: #9B4B89;
}
</style>
border-color css
<style>
span { border-color: #9B4B89; }
span { border-color: rgb(155,75,137); }
td.TdClassName
{
border-color: #9B4B89;
}
.TagClassName
{
border-color: #9B4B89;
}
</style>