Shades of Violet Blue #9D7096
Tints of Violet Blue #9D7096
RGB
CMYK
RGB Variations
Color information
#9D7096 (or 0x9D7096) is known color: Violet Blue. HEX triplet: 9D, 70 and 96. RGB value is (157,112,150). Sum of RGB (Red+Green+Blue) = 157+112+150=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7096 is #628F69. Grayscale: #818181. Windows color (decimal): -6459242 or 9859229. OLE color: 9859229.
HSL color Cylindrical-coordinate representation of color #9D7096: hue angle of 309.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D7096 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 150 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.38 |
| HSL | 309.33º | 0.19% | 0.53% | - |
| HSV(B) | 309.33º | 0.29% | 0.62% | - |
| XYZ | 25.2 | 20.96 | 31.57 | - |
| YUV | 129.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 150 | 0 | 0.29 | 0.04 | 0.38 | 309.33 | 0.19 | 0.53 |
| Hex | 9D | 70 | 96 | 0 | 1D | 4 | 26 | 135 | 13 | 35 |
| Octal | 235 | 160 | 226 | 0 | 35 | 4 | 46 | 465 | 23 | 65 |
| Binary | 10011101 | 1110000 | 10010110 | 0 | 11101 | 100 | 100110 | 100110101 | 10011 | 110101 |
Color Harmonies of #9D7096
Complementary color
Monochromatic Colors of #9D7096
Black with #9D7096
Text Example
Text Example
White with #9D7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7096; }
p { color: rgb(157,112,150); }
H1.HeaderClassName
{
color: #9D7096;
}
.AnyTagClassName
{
color: #9D7096;
}
</style>
background-color css
<style>
a { background-color: #9D7096; }
a { background-color: rgb(157,112,150); }
div.DivClassName
{
background-color: #9D7096;
}
.BgClassName
{
background-color: #9D7096;
}
</style>
border-color css
<style>
span { border-color: #9D7096; }
span { border-color: rgb(157,112,150); }
td.TdClassName
{
border-color: #9D7096;
}
.TagClassName
{
border-color: #9D7096;
}
</style>