Shades of Violet Blue #9E739A
Tints of Violet Blue #9E739A
RGB
CMYK
RGB Variations
Color information
#9E739A (or 0x9E739A) is known color: Violet Blue. HEX triplet: 9E, 73 and 9A. RGB value is (158,115,154). Sum of RGB (Red+Green+Blue) = 158+115+154=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 158 - color contains mainly: red. Hex color #9E739A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E739A is #618C65. Grayscale: #848484. Windows color (decimal): -6392934 or 10122142. OLE color: 10122142.
HSL color Cylindrical-coordinate representation of color #9E739A: hue angle of 305.58º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E739A is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 115 | 154 | - |
| CMYK | 0 | 0.27 | 0.03 | 0.38 |
| HSL | 305.58º | 0.18% | 0.54% | - |
| HSV(B) | 305.58º | 0.27% | 0.62% | - |
| XYZ | 26.06 | 21.86 | 33.42 | - |
| YUV | 132.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 115 | 154 | 0 | 0.27 | 0.03 | 0.38 | 305.58 | 0.18 | 0.54 |
| Hex | 9E | 73 | 9A | 0 | 1B | 3 | 26 | 132 | 12 | 36 |
| Octal | 236 | 163 | 232 | 0 | 33 | 3 | 46 | 462 | 22 | 66 |
| Binary | 10011110 | 1110011 | 10011010 | 0 | 11011 | 11 | 100110 | 100110010 | 10010 | 110110 |
Color Harmonies of #9E739A
Complementary color
Monochromatic Colors of #9E739A
Black with #9E739A
Text Example
Text Example
White with #9E739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E739A; }
p { color: rgb(158,115,154); }
H1.HeaderClassName
{
color: #9E739A;
}
.AnyTagClassName
{
color: #9E739A;
}
</style>
background-color css
<style>
a { background-color: #9E739A; }
a { background-color: rgb(158,115,154); }
div.DivClassName
{
background-color: #9E739A;
}
.BgClassName
{
background-color: #9E739A;
}
</style>
border-color css
<style>
span { border-color: #9E739A; }
span { border-color: rgb(158,115,154); }
td.TdClassName
{
border-color: #9E739A;
}
.TagClassName
{
border-color: #9E739A;
}
</style>