Shades of Violet Blue #9E71A3
Tints of Violet Blue #9E71A3
RGB
CMYK
RGB Variations
Color information
#9E71A3 (or 0x9E71A3) is known color: Violet Blue. HEX triplet: 9E, 71 and A3. RGB value is (158,113,163). Sum of RGB (Red+Green+Blue) = 158+113+163=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 163 - color contains mainly: blue. Hex color #9E71A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E71A3 is #618E5C. Grayscale: #848484. Windows color (decimal): -6393437 or 10711454. OLE color: 10711454.
HSL color Cylindrical-coordinate representation of color #9E71A3: hue angle of 294º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E71A3 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 113 | 163 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.36 |
| HSL | 294º | 0.21% | 0.54% | - |
| HSV(B) | 294º | 0.31% | 0.64% | - |
| XYZ | 26.62 | 21.72 | 37.44 | - |
| YUV | 132.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 113 | 163 | 0.03 | 0.31 | 0 | 0.36 | 294 | 0.21 | 0.54 |
| Hex | 9E | 71 | A3 | 3 | 1F | 0 | 24 | 126 | 15 | 36 |
| Octal | 236 | 161 | 243 | 3 | 37 | 0 | 44 | 446 | 25 | 66 |
| Binary | 10011110 | 1110001 | 10100011 | 11 | 11111 | 0 | 100100 | 100100110 | 10101 | 110110 |
Color Harmonies of #9E71A3
Complementary color
Monochromatic Colors of #9E71A3
Black with #9E71A3
Text Example
Text Example
White with #9E71A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E71A3; }
p { color: rgb(158,113,163); }
H1.HeaderClassName
{
color: #9E71A3;
}
.AnyTagClassName
{
color: #9E71A3;
}
</style>
background-color css
<style>
a { background-color: #9E71A3; }
a { background-color: rgb(158,113,163); }
div.DivClassName
{
background-color: #9E71A3;
}
.BgClassName
{
background-color: #9E71A3;
}
</style>
border-color css
<style>
span { border-color: #9E71A3; }
span { border-color: rgb(158,113,163); }
td.TdClassName
{
border-color: #9E71A3;
}
.TagClassName
{
border-color: #9E71A3;
}
</style>