Shades of Violet Blue #9A769E
Tints of Violet Blue #9A769E
RGB
CMYK
RGB Variations
Color information
#9A769E (or 0x9A769E) is known color: Violet Blue. HEX triplet: 9A, 76 and 9E. RGB value is (154,118,158). Sum of RGB (Red+Green+Blue) = 154+118+158=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 118 (46.48% from 255 or 27.44% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #9A769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A769E is #658961. Grayscale: #858585. Windows color (decimal): -6654306 or 10385050. OLE color: 10385050.
HSL color Cylindrical-coordinate representation of color #9A769E: hue angle of 294º 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 #9A769E is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 118 | 158 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.38 |
| HSL | 294º | 0.17% | 0.54% | - |
| HSV(B) | 294º | 0.25% | 0.62% | - |
| XYZ | 25.98 | 22.3 | 35.28 | - |
| YUV | 133.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 158 | 0.03 | 0.25 | 0 | 0.38 | 294 | 0.17 | 0.54 |
| Hex | 9A | 76 | 9E | 3 | 19 | 0 | 26 | 126 | 11 | 36 |
| Octal | 232 | 166 | 236 | 3 | 31 | 0 | 46 | 446 | 21 | 66 |
| Binary | 10011010 | 1110110 | 10011110 | 11 | 11001 | 0 | 100110 | 100100110 | 10001 | 110110 |
Color Harmonies of #9A769E
Complementary color
Monochromatic Colors of #9A769E
Black with #9A769E
Text Example
Text Example
White with #9A769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A769E; }
p { color: rgb(154,118,158); }
H1.HeaderClassName
{
color: #9A769E;
}
.AnyTagClassName
{
color: #9A769E;
}
</style>
background-color css
<style>
a { background-color: #9A769E; }
a { background-color: rgb(154,118,158); }
div.DivClassName
{
background-color: #9A769E;
}
.BgClassName
{
background-color: #9A769E;
}
</style>
border-color css
<style>
span { border-color: #9A769E; }
span { border-color: rgb(154,118,158); }
td.TdClassName
{
border-color: #9A769E;
}
.TagClassName
{
border-color: #9A769E;
}
</style>