Shades of Violet Blue #9E719A
Tints of Violet Blue #9E719A
RGB
CMYK
RGB Variations
Color information
#9E719A (or 0x9E719A) is known color: Violet Blue. HEX triplet: 9E, 71 and 9A. RGB value is (158,113,154). Sum of RGB (Red+Green+Blue) = 158+113+154=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E719A is #618E65. Grayscale: #838383. Windows color (decimal): -6393446 or 10121630. OLE color: 10121630.
HSL color Cylindrical-coordinate representation of color #9E719A: hue angle of 305.33º 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 #9E719A is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 113 | 154 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.38 |
| HSL | 305.33º | 0.19% | 0.53% | - |
| HSV(B) | 305.33º | 0.28% | 0.62% | - |
| XYZ | 25.84 | 21.41 | 33.34 | - |
| YUV | 131.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 154 | 0 | 0.28 | 0.03 | 0.38 | 305.33 | 0.19 | 0.53 |
| Hex | 9E | 71 | 9A | 0 | 1C | 3 | 26 | 131 | 13 | 35 |
| Octal | 236 | 161 | 232 | 0 | 34 | 3 | 46 | 461 | 23 | 65 |
| Binary | 10011110 | 1110001 | 10011010 | 0 | 11100 | 11 | 100110 | 100110001 | 10011 | 110101 |
Color Harmonies of #9E719A
Complementary color
Monochromatic Colors of #9E719A
Black with #9E719A
Text Example
Text Example
White with #9E719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E719A; }
p { color: rgb(158,113,154); }
H1.HeaderClassName
{
color: #9E719A;
}
.AnyTagClassName
{
color: #9E719A;
}
</style>
background-color css
<style>
a { background-color: #9E719A; }
a { background-color: rgb(158,113,154); }
div.DivClassName
{
background-color: #9E719A;
}
.BgClassName
{
background-color: #9E719A;
}
</style>
border-color css
<style>
span { border-color: #9E719A; }
span { border-color: rgb(158,113,154); }
td.TdClassName
{
border-color: #9E719A;
}
.TagClassName
{
border-color: #9E719A;
}
</style>