Shades of Violet Blue #9B4591
Tints of Violet Blue #9B4591
RGB
CMYK
RGB Variations
Color information
#9B4591 (or 0x9B4591) is known color: Violet Blue. HEX triplet: 9B, 45 and 91. RGB value is (155,69,145). Sum of RGB (Red+Green+Blue) = 155+69+145=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4591 is #64BA6E. Grayscale: #676767. Windows color (decimal): -6601327 or 9520539. OLE color: 9520539.
HSL color Cylindrical-coordinate representation of color #9B4591: hue angle of 306.98º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B4591 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 69 | 145 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.39 |
| HSL | 306.98º | 0.38% | 0.44% | - |
| HSV(B) | 306.98º | 0.55% | 0.61% | - |
| XYZ | 20.76 | 13.27 | 28.26 | - |
| YUV | 103.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 145 | 0 | 0.55 | 0.06 | 0.39 | 306.98 | 0.38 | 0.44 |
| Hex | 9B | 45 | 91 | 0 | 37 | 6 | 27 | 133 | 26 | 2C |
| Octal | 233 | 105 | 221 | 0 | 67 | 6 | 47 | 463 | 46 | 54 |
| Binary | 10011011 | 1000101 | 10010001 | 0 | 110111 | 110 | 100111 | 100110011 | 100110 | 101100 |
Color Harmonies of #9B4591
Complementary color
Monochromatic Colors of #9B4591
Black with #9B4591
Text Example
Text Example
White with #9B4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4591; }
p { color: rgb(155,69,145); }
H1.HeaderClassName
{
color: #9B4591;
}
.AnyTagClassName
{
color: #9B4591;
}
</style>
background-color css
<style>
a { background-color: #9B4591; }
a { background-color: rgb(155,69,145); }
div.DivClassName
{
background-color: #9B4591;
}
.BgClassName
{
background-color: #9B4591;
}
</style>
border-color css
<style>
span { border-color: #9B4591; }
span { border-color: rgb(155,69,145); }
td.TdClassName
{
border-color: #9B4591;
}
.TagClassName
{
border-color: #9B4591;
}
</style>