Shades of Violet Blue #9D719C
Tints of Violet Blue #9D719C
RGB
CMYK
RGB Variations
Color information
#9D719C (or 0x9D719C) is known color: Violet Blue. HEX triplet: 9D, 71 and 9C. RGB value is (157,113,156). Sum of RGB (Red+Green+Blue) = 157+113+156=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D719C is #628E63. Grayscale: #828282. Windows color (decimal): -6458980 or 10252701. OLE color: 10252701.
HSL color Cylindrical-coordinate representation of color #9D719C: hue angle of 301.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D719C is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 156 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.38 |
| HSL | 301.36º | 0.18% | 0.53% | - |
| HSV(B) | 301.36º | 0.28% | 0.62% | - |
| XYZ | 25.81 | 21.38 | 34.22 | - |
| YUV | 131.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 156 | 0 | 0.28 | 0.01 | 0.38 | 301.36 | 0.18 | 0.53 |
| Hex | 9D | 71 | 9C | 0 | 1C | 1 | 26 | 12D | 12 | 35 |
| Octal | 235 | 161 | 234 | 0 | 34 | 1 | 46 | 455 | 22 | 65 |
| Binary | 10011101 | 1110001 | 10011100 | 0 | 11100 | 1 | 100110 | 100101101 | 10010 | 110101 |
Color Harmonies of #9D719C
Complementary color
Monochromatic Colors of #9D719C
Black with #9D719C
Text Example
Text Example
White with #9D719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D719C; }
p { color: rgb(157,113,156); }
H1.HeaderClassName
{
color: #9D719C;
}
.AnyTagClassName
{
color: #9D719C;
}
</style>
background-color css
<style>
a { background-color: #9D719C; }
a { background-color: rgb(157,113,156); }
div.DivClassName
{
background-color: #9D719C;
}
.BgClassName
{
background-color: #9D719C;
}
</style>
border-color css
<style>
span { border-color: #9D719C; }
span { border-color: rgb(157,113,156); }
td.TdClassName
{
border-color: #9D719C;
}
.TagClassName
{
border-color: #9D719C;
}
</style>