Shades of Violet Blue #9D7098
Tints of Violet Blue #9D7098
RGB
CMYK
RGB Variations
Color information
#9D7098 (or 0x9D7098) is known color: Violet Blue. HEX triplet: 9D, 70 and 98. RGB value is (157,112,152). Sum of RGB (Red+Green+Blue) = 157+112+152=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7098 is #628F67. Grayscale: #818181. Windows color (decimal): -6459240 or 9990301. OLE color: 9990301.
HSL color Cylindrical-coordinate representation of color #9D7098: hue angle of 306.67º 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 #9D7098 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 152 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.38 |
| HSL | 306.67º | 0.19% | 0.53% | - |
| HSV(B) | 306.67º | 0.29% | 0.62% | - |
| XYZ | 25.37 | 21.02 | 32.43 | - |
| YUV | 130.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 152 | 0 | 0.29 | 0.03 | 0.38 | 306.67 | 0.19 | 0.53 |
| Hex | 9D | 70 | 98 | 0 | 1D | 3 | 26 | 133 | 13 | 35 |
| Octal | 235 | 160 | 230 | 0 | 35 | 3 | 46 | 463 | 23 | 65 |
| Binary | 10011101 | 1110000 | 10011000 | 0 | 11101 | 11 | 100110 | 100110011 | 10011 | 110101 |
Color Harmonies of #9D7098
Complementary color
Monochromatic Colors of #9D7098
Black with #9D7098
Text Example
Text Example
White with #9D7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7098; }
p { color: rgb(157,112,152); }
H1.HeaderClassName
{
color: #9D7098;
}
.AnyTagClassName
{
color: #9D7098;
}
</style>
background-color css
<style>
a { background-color: #9D7098; }
a { background-color: rgb(157,112,152); }
div.DivClassName
{
background-color: #9D7098;
}
.BgClassName
{
background-color: #9D7098;
}
</style>
border-color css
<style>
span { border-color: #9D7098; }
span { border-color: rgb(157,112,152); }
td.TdClassName
{
border-color: #9D7098;
}
.TagClassName
{
border-color: #9D7098;
}
</style>