Shades of Violet Blue #9D5E96
Tints of Violet Blue #9D5E96
RGB
CMYK
RGB Variations
Color information
#9D5E96 (or 0x9D5E96) is known color: Violet Blue. HEX triplet: 9D, 5E and 96. RGB value is (157,94,150). Sum of RGB (Red+Green+Blue) = 157+94+150=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E96 is #62A169. Grayscale: #777777. Windows color (decimal): -6463850 or 9854621. OLE color: 9854621.
HSL color Cylindrical-coordinate representation of color #9D5E96: hue angle of 306.67º 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 #9D5E96 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 150 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.38 |
| HSL | 306.67º | 0.25% | 0.49% | - |
| HSV(B) | 306.67º | 0.4% | 0.62% | - |
| XYZ | 23.41 | 17.38 | 30.97 | - |
| YUV | 119.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 150 | 0 | 0.40 | 0.04 | 0.38 | 306.67 | 0.25 | 0.49 |
| Hex | 9D | 5E | 96 | 0 | 28 | 4 | 26 | 133 | 19 | 31 |
| Octal | 235 | 136 | 226 | 0 | 50 | 4 | 46 | 463 | 31 | 61 |
| Binary | 10011101 | 1011110 | 10010110 | 0 | 101000 | 100 | 100110 | 100110011 | 11001 | 110001 |
Color Harmonies of #9D5E96
Complementary color
Monochromatic Colors of #9D5E96
Black with #9D5E96
Text Example
Text Example
White with #9D5E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E96; }
p { color: rgb(157,94,150); }
H1.HeaderClassName
{
color: #9D5E96;
}
.AnyTagClassName
{
color: #9D5E96;
}
</style>
background-color css
<style>
a { background-color: #9D5E96; }
a { background-color: rgb(157,94,150); }
div.DivClassName
{
background-color: #9D5E96;
}
.BgClassName
{
background-color: #9D5E96;
}
</style>
border-color css
<style>
span { border-color: #9D5E96; }
span { border-color: rgb(157,94,150); }
td.TdClassName
{
border-color: #9D5E96;
}
.TagClassName
{
border-color: #9D5E96;
}
</style>