Shades of Violet Blue #9D6A96
Tints of Violet Blue #9D6A96
RGB
CMYK
RGB Variations
Color information
#9D6A96 (or 0x9D6A96) is known color: Violet Blue. HEX triplet: 9D, 6A and 96. RGB value is (157,106,150). Sum of RGB (Red+Green+Blue) = 157+106+150=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6A96 is #629569. Grayscale: #7E7E7E. Windows color (decimal): -6460778 or 9857693. OLE color: 9857693.
HSL color Cylindrical-coordinate representation of color #9D6A96: hue angle of 308.24º degrees, saturation: 0.21, 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 #9D6A96 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 150 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.38 |
| HSL | 308.24º | 0.21% | 0.52% | - |
| HSV(B) | 308.24º | 0.32% | 0.62% | - |
| XYZ | 24.56 | 19.68 | 31.36 | - |
| YUV | 126.27 | 141.4 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 150 | 0 | 0.32 | 0.04 | 0.38 | 308.24 | 0.21 | 0.52 |
| Hex | 9D | 6A | 96 | 0 | 20 | 4 | 26 | 134 | 15 | 34 |
| Octal | 235 | 152 | 226 | 0 | 40 | 4 | 46 | 464 | 25 | 64 |
| Binary | 10011101 | 1101010 | 10010110 | 0 | 100000 | 100 | 100110 | 100110100 | 10101 | 110100 |
Color Harmonies of #9D6A96
Complementary color
Monochromatic Colors of #9D6A96
Black with #9D6A96
Text Example
Text Example
White with #9D6A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A96; }
p { color: rgb(157,106,150); }
H1.HeaderClassName
{
color: #9D6A96;
}
.AnyTagClassName
{
color: #9D6A96;
}
</style>
background-color css
<style>
a { background-color: #9D6A96; }
a { background-color: rgb(157,106,150); }
div.DivClassName
{
background-color: #9D6A96;
}
.BgClassName
{
background-color: #9D6A96;
}
</style>
border-color css
<style>
span { border-color: #9D6A96; }
span { border-color: rgb(157,106,150); }
td.TdClassName
{
border-color: #9D6A96;
}
.TagClassName
{
border-color: #9D6A96;
}
</style>