Shades of Violet Blue #9D6A95
Tints of Violet Blue #9D6A95
RGB
CMYK
RGB Variations
Color information
#9D6A95 (or 0x9D6A95) is known color: Violet Blue. HEX triplet: 9D, 6A and 95. RGB value is (157,106,149). Sum of RGB (Red+Green+Blue) = 157+106+149=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6A95 is #62956A. Grayscale: #7E7E7E. Windows color (decimal): -6460779 or 9792157. OLE color: 9792157.
HSL color Cylindrical-coordinate representation of color #9D6A95: hue angle of 309.41º 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 #9D6A95 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 149 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.38 |
| HSL | 309.41º | 0.21% | 0.52% | - |
| HSV(B) | 309.41º | 0.32% | 0.62% | - |
| XYZ | 24.48 | 19.65 | 30.94 | - |
| YUV | 126.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 149 | 0 | 0.32 | 0.05 | 0.38 | 309.41 | 0.21 | 0.52 |
| Hex | 9D | 6A | 95 | 0 | 20 | 5 | 26 | 135 | 15 | 34 |
| Octal | 235 | 152 | 225 | 0 | 40 | 5 | 46 | 465 | 25 | 64 |
| Binary | 10011101 | 1101010 | 10010101 | 0 | 100000 | 101 | 100110 | 100110101 | 10101 | 110100 |
Color Harmonies of #9D6A95
Complementary color
Monochromatic Colors of #9D6A95
Black with #9D6A95
Text Example
Text Example
White with #9D6A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A95; }
p { color: rgb(157,106,149); }
H1.HeaderClassName
{
color: #9D6A95;
}
.AnyTagClassName
{
color: #9D6A95;
}
</style>
background-color css
<style>
a { background-color: #9D6A95; }
a { background-color: rgb(157,106,149); }
div.DivClassName
{
background-color: #9D6A95;
}
.BgClassName
{
background-color: #9D6A95;
}
</style>
border-color css
<style>
span { border-color: #9D6A95; }
span { border-color: rgb(157,106,149); }
td.TdClassName
{
border-color: #9D6A95;
}
.TagClassName
{
border-color: #9D6A95;
}
</style>