Shades of Violet Blue #99799B
Tints of Violet Blue #99799B
RGB
CMYK
RGB Variations
Color information
#99799B (or 0x99799B) is known color: Violet Blue. HEX triplet: 99, 79 and 9B. RGB value is (153,121,155). Sum of RGB (Red+Green+Blue) = 153+121+155=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 155 - color contains mainly: blue. Hex color #99799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99799B is #668664. Grayscale: #868686. Windows color (decimal): -6719077 or 10189209. OLE color: 10189209.
HSL color Cylindrical-coordinate representation of color #99799B: hue angle of 296.47º 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 #99799B is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 121 | 155 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.39 |
| HSL | 296.47º | 0.15% | 0.54% | - |
| HSV(B) | 296.47º | 0.22% | 0.61% | - |
| XYZ | 25.89 | 22.81 | 34.05 | - |
| YUV | 134.44 | 139.6 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 121 | 155 | 0.01 | 0.22 | 0 | 0.39 | 296.47 | 0.15 | 0.54 |
| Hex | 99 | 79 | 9B | 1 | 16 | 0 | 27 | 128 | F | 36 |
| Octal | 231 | 171 | 233 | 1 | 26 | 0 | 47 | 450 | 17 | 66 |
| Binary | 10011001 | 1111001 | 10011011 | 1 | 10110 | 0 | 100111 | 100101000 | 1111 | 110110 |
Color Harmonies of #99799B
Complementary color
Monochromatic Colors of #99799B
Black with #99799B
Text Example
Text Example
White with #99799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99799B; }
p { color: rgb(153,121,155); }
H1.HeaderClassName
{
color: #99799B;
}
.AnyTagClassName
{
color: #99799B;
}
</style>
background-color css
<style>
a { background-color: #99799B; }
a { background-color: rgb(153,121,155); }
div.DivClassName
{
background-color: #99799B;
}
.BgClassName
{
background-color: #99799B;
}
</style>
border-color css
<style>
span { border-color: #99799B; }
span { border-color: rgb(153,121,155); }
td.TdClassName
{
border-color: #99799B;
}
.TagClassName
{
border-color: #99799B;
}
</style>