Shades of Violet Blue #9B5E9D
Tints of Violet Blue #9B5E9D
RGB
CMYK
RGB Variations
Color information
#9B5E9D (or 0x9B5E9D) is known color: Violet Blue. HEX triplet: 9B, 5E and 9D. RGB value is (155,94,157). Sum of RGB (Red+Green+Blue) = 155+94+157=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B5E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5E9D is #64A162. Grayscale: #777777. Windows color (decimal): -6594915 or 10313371. OLE color: 10313371.
HSL color Cylindrical-coordinate representation of color #9B5E9D: hue angle of 298.1º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5E9D is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 155 | 94 | 157 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.38 |
| HSL | 298.1º | 0.25% | 0.49% | - |
| HSV(B) | 298.1º | 0.4% | 0.62% | - |
| XYZ | 23.61 | 17.41 | 34.01 | - |
| YUV | 119.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 157 | 0.01 | 0.40 | 0 | 0.38 | 298.1 | 0.25 | 0.49 |
| Hex | 9B | 5E | 9D | 1 | 28 | 0 | 26 | 12A | 19 | 31 |
| Octal | 233 | 136 | 235 | 1 | 50 | 0 | 46 | 452 | 31 | 61 |
| Binary | 10011011 | 1011110 | 10011101 | 1 | 101000 | 0 | 100110 | 100101010 | 11001 | 110001 |
Color Harmonies of #9B5E9D
Complementary color
Monochromatic Colors of #9B5E9D
Black with #9B5E9D
Text Example
Text Example
White with #9B5E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E9D; }
p { color: rgb(155,94,157); }
H1.HeaderClassName
{
color: #9B5E9D;
}
.AnyTagClassName
{
color: #9B5E9D;
}
</style>
background-color css
<style>
a { background-color: #9B5E9D; }
a { background-color: rgb(155,94,157); }
div.DivClassName
{
background-color: #9B5E9D;
}
.BgClassName
{
background-color: #9B5E9D;
}
</style>
border-color css
<style>
span { border-color: #9B5E9D; }
span { border-color: rgb(155,94,157); }
td.TdClassName
{
border-color: #9B5E9D;
}
.TagClassName
{
border-color: #9B5E9D;
}
</style>