Shades of Violet Blue #9E719B
Tints of Violet Blue #9E719B
RGB
CMYK
RGB Variations
Color information
#9E719B (or 0x9E719B) is known color: Violet Blue. HEX triplet: 9E, 71 and 9B. RGB value is (158,113,155). Sum of RGB (Red+Green+Blue) = 158+113+155=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E719B is #618E64. Grayscale: #838383. Windows color (decimal): -6393445 or 10187166. OLE color: 10187166.
HSL color Cylindrical-coordinate representation of color #9E719B: hue angle of 304º 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 #9E719B is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 155 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.38 |
| HSL | 304º | 0.19% | 0.53% | - |
| HSV(B) | 304º | 0.28% | 0.62% | - |
| XYZ | 25.92 | 21.45 | 33.78 | - |
| YUV | 131.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 155 | 0 | 0.28 | 0.02 | 0.38 | 304 | 0.19 | 0.53 |
| Hex | 9E | 71 | 9B | 0 | 1C | 2 | 26 | 130 | 13 | 35 |
| Octal | 236 | 161 | 233 | 0 | 34 | 2 | 46 | 460 | 23 | 65 |
| Binary | 10011110 | 1110001 | 10011011 | 0 | 11100 | 10 | 100110 | 100110000 | 10011 | 110101 |
Color Harmonies of #9E719B
Complementary color
Monochromatic Colors of #9E719B
Black with #9E719B
Text Example
Text Example
White with #9E719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E719B; }
p { color: rgb(158,113,155); }
H1.HeaderClassName
{
color: #9E719B;
}
.AnyTagClassName
{
color: #9E719B;
}
</style>
background-color css
<style>
a { background-color: #9E719B; }
a { background-color: rgb(158,113,155); }
div.DivClassName
{
background-color: #9E719B;
}
.BgClassName
{
background-color: #9E719B;
}
</style>
border-color css
<style>
span { border-color: #9E719B; }
span { border-color: rgb(158,113,155); }
td.TdClassName
{
border-color: #9E719B;
}
.TagClassName
{
border-color: #9E719B;
}
</style>