Shades of Violet Blue #9A799C
Tints of Violet Blue #9A799C
RGB
CMYK
RGB Variations
Color information
#9A799C (or 0x9A799C) is known color: Violet Blue. HEX triplet: 9A, 79 and 9C. RGB value is (154,121,156). Sum of RGB (Red+Green+Blue) = 154+121+156=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A799C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A799C is #658663. Grayscale: #868686. Windows color (decimal): -6653540 or 10254746. OLE color: 10254746.
HSL color Cylindrical-coordinate representation of color #9A799C: hue angle of 296.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A799C is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 121 | 156 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.39 |
| HSL | 296.57º | 0.15% | 0.54% | - |
| HSV(B) | 296.57º | 0.22% | 0.61% | - |
| XYZ | 26.16 | 22.95 | 34.5 | - |
| YUV | 134.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 121 | 156 | 0.01 | 0.22 | 0 | 0.39 | 296.57 | 0.15 | 0.54 |
| Hex | 9A | 79 | 9C | 1 | 16 | 0 | 27 | 129 | F | 36 |
| Octal | 232 | 171 | 234 | 1 | 26 | 0 | 47 | 451 | 17 | 66 |
| Binary | 10011010 | 1111001 | 10011100 | 1 | 10110 | 0 | 100111 | 100101001 | 1111 | 110110 |
Color Harmonies of #9A799C
Complementary color
Monochromatic Colors of #9A799C
Black with #9A799C
Text Example
Text Example
White with #9A799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A799C; }
p { color: rgb(154,121,156); }
H1.HeaderClassName
{
color: #9A799C;
}
.AnyTagClassName
{
color: #9A799C;
}
</style>
background-color css
<style>
a { background-color: #9A799C; }
a { background-color: rgb(154,121,156); }
div.DivClassName
{
background-color: #9A799C;
}
.BgClassName
{
background-color: #9A799C;
}
</style>
border-color css
<style>
span { border-color: #9A799C; }
span { border-color: rgb(154,121,156); }
td.TdClassName
{
border-color: #9A799C;
}
.TagClassName
{
border-color: #9A799C;
}
</style>