Shades of Violet Blue #9D719F
Tints of Violet Blue #9D719F
RGB
CMYK
RGB Variations
Color information
#9D719F (or 0x9D719F) is known color: Violet Blue. HEX triplet: 9D, 71 and 9F. RGB value is (157,113,159). Sum of RGB (Red+Green+Blue) = 157+113+159=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D719F is #628E60. Grayscale: #838383. Windows color (decimal): -6458977 or 10449309. OLE color: 10449309.
HSL color Cylindrical-coordinate representation of color #9D719F: hue angle of 297.39º 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 #9D719F is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 159 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.38 |
| HSL | 297.39º | 0.19% | 0.53% | - |
| HSV(B) | 297.39º | 0.29% | 0.62% | - |
| XYZ | 26.07 | 21.48 | 35.57 | - |
| YUV | 131.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 159 | 0.01 | 0.29 | 0 | 0.38 | 297.39 | 0.19 | 0.53 |
| Hex | 9D | 71 | 9F | 1 | 1D | 0 | 26 | 129 | 13 | 35 |
| Octal | 235 | 161 | 237 | 1 | 35 | 0 | 46 | 451 | 23 | 65 |
| Binary | 10011101 | 1110001 | 10011111 | 1 | 11101 | 0 | 100110 | 100101001 | 10011 | 110101 |
Color Harmonies of #9D719F
Complementary color
Monochromatic Colors of #9D719F
Black with #9D719F
Text Example
Text Example
White with #9D719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D719F; }
p { color: rgb(157,113,159); }
H1.HeaderClassName
{
color: #9D719F;
}
.AnyTagClassName
{
color: #9D719F;
}
</style>
background-color css
<style>
a { background-color: #9D719F; }
a { background-color: rgb(157,113,159); }
div.DivClassName
{
background-color: #9D719F;
}
.BgClassName
{
background-color: #9D719F;
}
</style>
border-color css
<style>
span { border-color: #9D719F; }
span { border-color: rgb(157,113,159); }
td.TdClassName
{
border-color: #9D719F;
}
.TagClassName
{
border-color: #9D719F;
}
</style>