Shades of Violet Blue #9D6E98
Tints of Violet Blue #9D6E98
RGB
CMYK
RGB Variations
Color information
#9D6E98 (or 0x9D6E98) is known color: Violet Blue. HEX triplet: 9D, 6E and 98. RGB value is (157,110,152). Sum of RGB (Red+Green+Blue) = 157+110+152=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6E98 is #629167. Grayscale: #808080. Windows color (decimal): -6459752 or 9989789. OLE color: 9989789.
HSL color Cylindrical-coordinate representation of color #9D6E98: hue angle of 306.38º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D6E98 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 110 | 152 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.38 |
| HSL | 306.38º | 0.19% | 0.52% | - |
| HSV(B) | 306.38º | 0.3% | 0.62% | - |
| XYZ | 25.15 | 20.59 | 32.35 | - |
| YUV | 128.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 152 | 0 | 0.30 | 0.03 | 0.38 | 306.38 | 0.19 | 0.52 |
| Hex | 9D | 6E | 98 | 0 | 1E | 3 | 26 | 132 | 13 | 34 |
| Octal | 235 | 156 | 230 | 0 | 36 | 3 | 46 | 462 | 23 | 64 |
| Binary | 10011101 | 1101110 | 10011000 | 0 | 11110 | 11 | 100110 | 100110010 | 10011 | 110100 |
Color Harmonies of #9D6E98
Complementary color
Monochromatic Colors of #9D6E98
Black with #9D6E98
Text Example
Text Example
White with #9D6E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6E98; }
p { color: rgb(157,110,152); }
H1.HeaderClassName
{
color: #9D6E98;
}
.AnyTagClassName
{
color: #9D6E98;
}
</style>
background-color css
<style>
a { background-color: #9D6E98; }
a { background-color: rgb(157,110,152); }
div.DivClassName
{
background-color: #9D6E98;
}
.BgClassName
{
background-color: #9D6E98;
}
</style>
border-color css
<style>
span { border-color: #9D6E98; }
span { border-color: rgb(157,110,152); }
td.TdClassName
{
border-color: #9D6E98;
}
.TagClassName
{
border-color: #9D6E98;
}
</style>