Shades of Violet Blue #9E769A
Tints of Violet Blue #9E769A
RGB
CMYK
RGB Variations
Color information
#9E769A (or 0x9E769A) is known color: Violet Blue. HEX triplet: 9E, 76 and 9A. RGB value is (158,118,154). Sum of RGB (Red+Green+Blue) = 158+118+154=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E769A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E769A is #618965. Grayscale: #858585. Windows color (decimal): -6392166 or 10122910. OLE color: 10122910.
HSL color Cylindrical-coordinate representation of color #9E769A: hue angle of 306º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E769A is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 118 | 154 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.38 |
| HSL | 306º | 0.17% | 0.54% | - |
| HSV(B) | 306º | 0.25% | 0.62% | - |
| XYZ | 26.41 | 22.56 | 33.53 | - |
| YUV | 134.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 118 | 154 | 0 | 0.25 | 0.03 | 0.38 | 306 | 0.17 | 0.54 |
| Hex | 9E | 76 | 9A | 0 | 19 | 3 | 26 | 132 | 11 | 36 |
| Octal | 236 | 166 | 232 | 0 | 31 | 3 | 46 | 462 | 21 | 66 |
| Binary | 10011110 | 1110110 | 10011010 | 0 | 11001 | 11 | 100110 | 100110010 | 10001 | 110110 |
Color Harmonies of #9E769A
Complementary color
Monochromatic Colors of #9E769A
Black with #9E769A
Text Example
Text Example
White with #9E769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E769A; }
p { color: rgb(158,118,154); }
H1.HeaderClassName
{
color: #9E769A;
}
.AnyTagClassName
{
color: #9E769A;
}
</style>
background-color css
<style>
a { background-color: #9E769A; }
a { background-color: rgb(158,118,154); }
div.DivClassName
{
background-color: #9E769A;
}
.BgClassName
{
background-color: #9E769A;
}
</style>
border-color css
<style>
span { border-color: #9E769A; }
span { border-color: rgb(158,118,154); }
td.TdClassName
{
border-color: #9E769A;
}
.TagClassName
{
border-color: #9E769A;
}
</style>