Shades of Violet Blue #9D6B99
Tints of Violet Blue #9D6B99
RGB
CMYK
RGB Variations
Color information
#9D6B99 (or 0x9D6B99) is known color: Violet Blue. HEX triplet: 9D, 6B and 99. RGB value is (157,107,153). Sum of RGB (Red+Green+Blue) = 157+107+153=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6B99 is #629466. Grayscale: #7F7F7F. Windows color (decimal): -6460519 or 10054557. OLE color: 10054557.
HSL color Cylindrical-coordinate representation of color #9D6B99: hue angle of 304.8º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D6B99 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 107 | 153 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.38 |
| HSL | 304.8º | 0.2% | 0.52% | - |
| HSV(B) | 304.8º | 0.32% | 0.62% | - |
| XYZ | 24.91 | 19.98 | 32.68 | - |
| YUV | 127.19 | 142.57 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 153 | 0 | 0.32 | 0.03 | 0.38 | 304.8 | 0.2 | 0.52 |
| Hex | 9D | 6B | 99 | 0 | 20 | 3 | 26 | 131 | 14 | 34 |
| Octal | 235 | 153 | 231 | 0 | 40 | 3 | 46 | 461 | 24 | 64 |
| Binary | 10011101 | 1101011 | 10011001 | 0 | 100000 | 11 | 100110 | 100110001 | 10100 | 110100 |
Color Harmonies of #9D6B99
Complementary color
Monochromatic Colors of #9D6B99
Black with #9D6B99
Text Example
Text Example
White with #9D6B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6B99; }
p { color: rgb(157,107,153); }
H1.HeaderClassName
{
color: #9D6B99;
}
.AnyTagClassName
{
color: #9D6B99;
}
</style>
background-color css
<style>
a { background-color: #9D6B99; }
a { background-color: rgb(157,107,153); }
div.DivClassName
{
background-color: #9D6B99;
}
.BgClassName
{
background-color: #9D6B99;
}
</style>
border-color css
<style>
span { border-color: #9D6B99; }
span { border-color: rgb(157,107,153); }
td.TdClassName
{
border-color: #9D6B99;
}
.TagClassName
{
border-color: #9D6B99;
}
</style>