Shades of Violet Blue #9D6F98
Tints of Violet Blue #9D6F98
RGB
CMYK
RGB Variations
Color information
#9D6F98 (or 0x9D6F98) is known color: Violet Blue. HEX triplet: 9D, 6F and 98. RGB value is (157,111,152). Sum of RGB (Red+Green+Blue) = 157+111+152=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6F98 is #629067. Grayscale: #818181. Windows color (decimal): -6459496 or 9990045. OLE color: 9990045.
HSL color Cylindrical-coordinate representation of color #9D6F98: hue angle of 306.52º 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 #9D6F98 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 111 | 152 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.38 |
| HSL | 306.52º | 0.19% | 0.53% | - |
| HSV(B) | 306.52º | 0.29% | 0.62% | - |
| XYZ | 25.26 | 20.8 | 32.39 | - |
| YUV | 129.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 152 | 0 | 0.29 | 0.03 | 0.38 | 306.52 | 0.19 | 0.53 |
| Hex | 9D | 6F | 98 | 0 | 1D | 3 | 26 | 133 | 13 | 35 |
| Octal | 235 | 157 | 230 | 0 | 35 | 3 | 46 | 463 | 23 | 65 |
| Binary | 10011101 | 1101111 | 10011000 | 0 | 11101 | 11 | 100110 | 100110011 | 10011 | 110101 |
Color Harmonies of #9D6F98
Complementary color
Monochromatic Colors of #9D6F98
Black with #9D6F98
Text Example
Text Example
White with #9D6F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6F98; }
p { color: rgb(157,111,152); }
H1.HeaderClassName
{
color: #9D6F98;
}
.AnyTagClassName
{
color: #9D6F98;
}
</style>
background-color css
<style>
a { background-color: #9D6F98; }
a { background-color: rgb(157,111,152); }
div.DivClassName
{
background-color: #9D6F98;
}
.BgClassName
{
background-color: #9D6F98;
}
</style>
border-color css
<style>
span { border-color: #9D6F98; }
span { border-color: rgb(157,111,152); }
td.TdClassName
{
border-color: #9D6F98;
}
.TagClassName
{
border-color: #9D6F98;
}
</style>