Shades of Violet Blue #99799A
Tints of Violet Blue #99799A
RGB
CMYK
RGB Variations
Color information
#99799A (or 0x99799A) is known color: Violet Blue. HEX triplet: 99, 79 and 9A. RGB value is (153,121,154). Sum of RGB (Red+Green+Blue) = 153+121+154=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 154 - color contains mainly: blue. Hex color #99799A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99799A is #668665. Grayscale: #868686. Windows color (decimal): -6719078 or 10123673. OLE color: 10123673.
HSL color Cylindrical-coordinate representation of color #99799A: hue angle of 298.18º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99799A is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 121 | 154 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.40 |
| HSL | 298.18º | 0.14% | 0.54% | - |
| HSV(B) | 298.18º | 0.21% | 0.6% | - |
| XYZ | 25.81 | 22.78 | 33.61 | - |
| YUV | 134.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 154 | 0.01 | 0.21 | 0 | 0.40 | 298.18 | 0.14 | 0.54 |
| Hex | 99 | 79 | 9A | 1 | 15 | 0 | 28 | 12A | E | 36 |
| Octal | 231 | 171 | 232 | 1 | 25 | 0 | 50 | 452 | 16 | 66 |
| Binary | 10011001 | 1111001 | 10011010 | 1 | 10101 | 0 | 101000 | 100101010 | 1110 | 110110 |
Color Harmonies of #99799A
Complementary color
Monochromatic Colors of #99799A
Black with #99799A
Text Example
Text Example
White with #99799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99799A; }
p { color: rgb(153,121,154); }
H1.HeaderClassName
{
color: #99799A;
}
.AnyTagClassName
{
color: #99799A;
}
</style>
background-color css
<style>
a { background-color: #99799A; }
a { background-color: rgb(153,121,154); }
div.DivClassName
{
background-color: #99799A;
}
.BgClassName
{
background-color: #99799A;
}
</style>
border-color css
<style>
span { border-color: #99799A; }
span { border-color: rgb(153,121,154); }
td.TdClassName
{
border-color: #99799A;
}
.TagClassName
{
border-color: #99799A;
}
</style>