Shades of Violet Blue #9B6590
Tints of Violet Blue #9B6590
RGB
CMYK
RGB Variations
Color information
#9B6590 (or 0x9B6590) is known color: Violet Blue. HEX triplet: 9B, 65 and 90. RGB value is (155,101,144). Sum of RGB (Red+Green+Blue) = 155+101+144=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6590 is #649A6F. Grayscale: #797979. Windows color (decimal): -6593136 or 9463195. OLE color: 9463195.
HSL color Cylindrical-coordinate representation of color #9B6590: hue angle of 312.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6590 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 144 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.39 |
| HSL | 312.22º | 0.21% | 0.5% | - |
| HSV(B) | 312.22º | 0.35% | 0.61% | - |
| XYZ | 23.21 | 18.29 | 28.69 | - |
| YUV | 122.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 144 | 0 | 0.35 | 0.07 | 0.39 | 312.22 | 0.21 | 0.5 |
| Hex | 9B | 65 | 90 | 0 | 23 | 7 | 27 | 138 | 15 | 32 |
| Octal | 233 | 145 | 220 | 0 | 43 | 7 | 47 | 470 | 25 | 62 |
| Binary | 10011011 | 1100101 | 10010000 | 0 | 100011 | 111 | 100111 | 100111000 | 10101 | 110010 |
Color Harmonies of #9B6590
Complementary color
Monochromatic Colors of #9B6590
Black with #9B6590
Text Example
Text Example
White with #9B6590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6590; }
p { color: rgb(155,101,144); }
H1.HeaderClassName
{
color: #9B6590;
}
.AnyTagClassName
{
color: #9B6590;
}
</style>
background-color css
<style>
a { background-color: #9B6590; }
a { background-color: rgb(155,101,144); }
div.DivClassName
{
background-color: #9B6590;
}
.BgClassName
{
background-color: #9B6590;
}
</style>
border-color css
<style>
span { border-color: #9B6590; }
span { border-color: rgb(155,101,144); }
td.TdClassName
{
border-color: #9B6590;
}
.TagClassName
{
border-color: #9B6590;
}
</style>