Shades of Violet Blue #9D5E9B
Tints of Violet Blue #9D5E9B
RGB
CMYK
RGB Variations
Color information
#9D5E9B (or 0x9D5E9B) is known color: Violet Blue. HEX triplet: 9D, 5E and 9B. RGB value is (157,94,155). Sum of RGB (Red+Green+Blue) = 157+94+155=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E9B is #62A164. Grayscale: #777777. Windows color (decimal): -6463845 or 10182301. OLE color: 10182301.
HSL color Cylindrical-coordinate representation of color #9D5E9B: hue angle of 301.9º 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 #9D5E9B is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 155 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.38 |
| HSL | 301.9º | 0.25% | 0.49% | - |
| HSV(B) | 301.9º | 0.4% | 0.62% | - |
| XYZ | 23.82 | 17.54 | 33.14 | - |
| YUV | 119.79 | 147.87 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 155 | 0 | 0.40 | 0.01 | 0.38 | 301.9 | 0.25 | 0.49 |
| Hex | 9D | 5E | 9B | 0 | 28 | 1 | 26 | 12E | 19 | 31 |
| Octal | 235 | 136 | 233 | 0 | 50 | 1 | 46 | 456 | 31 | 61 |
| Binary | 10011101 | 1011110 | 10011011 | 0 | 101000 | 1 | 100110 | 100101110 | 11001 | 110001 |
Color Harmonies of #9D5E9B
Complementary color
Monochromatic Colors of #9D5E9B
Black with #9D5E9B
Text Example
Text Example
White with #9D5E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E9B; }
p { color: rgb(157,94,155); }
H1.HeaderClassName
{
color: #9D5E9B;
}
.AnyTagClassName
{
color: #9D5E9B;
}
</style>
background-color css
<style>
a { background-color: #9D5E9B; }
a { background-color: rgb(157,94,155); }
div.DivClassName
{
background-color: #9D5E9B;
}
.BgClassName
{
background-color: #9D5E9B;
}
</style>
border-color css
<style>
span { border-color: #9D5E9B; }
span { border-color: rgb(157,94,155); }
td.TdClassName
{
border-color: #9D5E9B;
}
.TagClassName
{
border-color: #9D5E9B;
}
</style>