Shades of Violet Blue #9D5E91
Tints of Violet Blue #9D5E91
RGB
CMYK
RGB Variations
Color information
#9D5E91 (or 0x9D5E91) is known color: Violet Blue. HEX triplet: 9D, 5E and 91. RGB value is (157,94,145). Sum of RGB (Red+Green+Blue) = 157+94+145=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E91 is #62A16E. Grayscale: #767676. Windows color (decimal): -6463855 or 9526941. OLE color: 9526941.
HSL color Cylindrical-coordinate representation of color #9D5E91: hue angle of 311.43º 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 #9D5E91 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 145 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.38 |
| HSL | 311.43º | 0.25% | 0.49% | - |
| HSV(B) | 311.43º | 0.4% | 0.62% | - |
| XYZ | 23.02 | 17.22 | 28.9 | - |
| YUV | 118.65 | 142.87 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 145 | 0 | 0.40 | 0.08 | 0.38 | 311.43 | 0.25 | 0.49 |
| Hex | 9D | 5E | 91 | 0 | 28 | 8 | 26 | 137 | 19 | 31 |
| Octal | 235 | 136 | 221 | 0 | 50 | 10 | 46 | 467 | 31 | 61 |
| Binary | 10011101 | 1011110 | 10010001 | 0 | 101000 | 1000 | 100110 | 100110111 | 11001 | 110001 |
Color Harmonies of #9D5E91
Complementary color
Monochromatic Colors of #9D5E91
Black with #9D5E91
Text Example
Text Example
White with #9D5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E91; }
p { color: rgb(157,94,145); }
H1.HeaderClassName
{
color: #9D5E91;
}
.AnyTagClassName
{
color: #9D5E91;
}
</style>
background-color css
<style>
a { background-color: #9D5E91; }
a { background-color: rgb(157,94,145); }
div.DivClassName
{
background-color: #9D5E91;
}
.BgClassName
{
background-color: #9D5E91;
}
</style>
border-color css
<style>
span { border-color: #9D5E91; }
span { border-color: rgb(157,94,145); }
td.TdClassName
{
border-color: #9D5E91;
}
.TagClassName
{
border-color: #9D5E91;
}
</style>