Shades of Violet Blue #9B5A8D
Tints of Violet Blue #9B5A8D
RGB
CMYK
RGB Variations
Color information
#9B5A8D (or 0x9B5A8D) is known color: Violet Blue. HEX triplet: 9B, 5A and 8D. RGB value is (155,90,141). Sum of RGB (Red+Green+Blue) = 155+90+141=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5A8D is #64A572. Grayscale: #737373. Windows color (decimal): -6595955 or 9263771. OLE color: 9263771.
HSL color Cylindrical-coordinate representation of color #9B5A8D: hue angle of 312.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A8D is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 141 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.39 |
| HSL | 312.92º | 0.27% | 0.48% | - |
| HSV(B) | 312.92º | 0.42% | 0.61% | - |
| XYZ | 21.98 | 16.2 | 27.17 | - |
| YUV | 115.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 141 | 0 | 0.42 | 0.09 | 0.39 | 312.92 | 0.27 | 0.48 |
| Hex | 9B | 5A | 8D | 0 | 2A | 9 | 27 | 139 | 1B | 30 |
| Octal | 233 | 132 | 215 | 0 | 52 | 11 | 47 | 471 | 33 | 60 |
| Binary | 10011011 | 1011010 | 10001101 | 0 | 101010 | 1001 | 100111 | 100111001 | 11011 | 110000 |
Color Harmonies of #9B5A8D
Complementary color
Monochromatic Colors of #9B5A8D
Black with #9B5A8D
Text Example
Text Example
White with #9B5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A8D; }
p { color: rgb(155,90,141); }
H1.HeaderClassName
{
color: #9B5A8D;
}
.AnyTagClassName
{
color: #9B5A8D;
}
</style>
background-color css
<style>
a { background-color: #9B5A8D; }
a { background-color: rgb(155,90,141); }
div.DivClassName
{
background-color: #9B5A8D;
}
.BgClassName
{
background-color: #9B5A8D;
}
</style>
border-color css
<style>
span { border-color: #9B5A8D; }
span { border-color: rgb(155,90,141); }
td.TdClassName
{
border-color: #9B5A8D;
}
.TagClassName
{
border-color: #9B5A8D;
}
</style>