Shades of Violet Blue #9D719E
Tints of Violet Blue #9D719E
RGB
CMYK
RGB Variations
Color information
#9D719E (or 0x9D719E) is known color: Violet Blue. HEX triplet: 9D, 71 and 9E. RGB value is (157,113,158). Sum of RGB (Red+Green+Blue) = 157+113+158=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D719E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D719E is #628E61. Grayscale: #838383. Windows color (decimal): -6458978 or 10383773. OLE color: 10383773.
HSL color Cylindrical-coordinate representation of color #9D719E: hue angle of 298.67º degrees, saturation: 0.19, 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 #9D719E is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 158 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.38 |
| HSL | 298.67º | 0.19% | 0.53% | - |
| HSV(B) | 298.67º | 0.28% | 0.62% | - |
| XYZ | 25.98 | 21.45 | 35.12 | - |
| YUV | 131.29 | 143.08 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 158 | 0.01 | 0.28 | 0 | 0.38 | 298.67 | 0.19 | 0.53 |
| Hex | 9D | 71 | 9E | 1 | 1C | 0 | 26 | 12B | 13 | 35 |
| Octal | 235 | 161 | 236 | 1 | 34 | 0 | 46 | 453 | 23 | 65 |
| Binary | 10011101 | 1110001 | 10011110 | 1 | 11100 | 0 | 100110 | 100101011 | 10011 | 110101 |
Color Harmonies of #9D719E
Complementary color
Monochromatic Colors of #9D719E
Black with #9D719E
Text Example
Text Example
White with #9D719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D719E; }
p { color: rgb(157,113,158); }
H1.HeaderClassName
{
color: #9D719E;
}
.AnyTagClassName
{
color: #9D719E;
}
</style>
background-color css
<style>
a { background-color: #9D719E; }
a { background-color: rgb(157,113,158); }
div.DivClassName
{
background-color: #9D719E;
}
.BgClassName
{
background-color: #9D719E;
}
</style>
border-color css
<style>
span { border-color: #9D719E; }
span { border-color: rgb(157,113,158); }
td.TdClassName
{
border-color: #9D719E;
}
.TagClassName
{
border-color: #9D719E;
}
</style>