Shades of Violet Blue #9D7198
Tints of Violet Blue #9D7198
RGB
CMYK
RGB Variations
Color information
#9D7198 (or 0x9D7198) is known color: Violet Blue. HEX triplet: 9D, 71 and 98. RGB value is (157,113,152). Sum of RGB (Red+Green+Blue) = 157+113+152=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7198 is #628E67. Grayscale: #828282. Windows color (decimal): -6458984 or 9990557. OLE color: 9990557.
HSL color Cylindrical-coordinate representation of color #9D7198: hue angle of 306.82º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D7198 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 152 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.38 |
| HSL | 306.82º | 0.18% | 0.53% | - |
| HSV(B) | 306.82º | 0.28% | 0.62% | - |
| XYZ | 25.48 | 21.25 | 32.46 | - |
| YUV | 130.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 152 | 0 | 0.28 | 0.03 | 0.38 | 306.82 | 0.18 | 0.53 |
| Hex | 9D | 71 | 98 | 0 | 1C | 3 | 26 | 133 | 12 | 35 |
| Octal | 235 | 161 | 230 | 0 | 34 | 3 | 46 | 463 | 22 | 65 |
| Binary | 10011101 | 1110001 | 10011000 | 0 | 11100 | 11 | 100110 | 100110011 | 10010 | 110101 |
Color Harmonies of #9D7198
Complementary color
Monochromatic Colors of #9D7198
Black with #9D7198
Text Example
Text Example
White with #9D7198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7198; }
p { color: rgb(157,113,152); }
H1.HeaderClassName
{
color: #9D7198;
}
.AnyTagClassName
{
color: #9D7198;
}
</style>
background-color css
<style>
a { background-color: #9D7198; }
a { background-color: rgb(157,113,152); }
div.DivClassName
{
background-color: #9D7198;
}
.BgClassName
{
background-color: #9D7198;
}
</style>
border-color css
<style>
span { border-color: #9D7198; }
span { border-color: rgb(157,113,152); }
td.TdClassName
{
border-color: #9D7198;
}
.TagClassName
{
border-color: #9D7198;
}
</style>