Shades of Violet Blue #99789A
Tints of Violet Blue #99789A
RGB
CMYK
RGB Variations
Color information
#99789A (or 0x99789A) is known color: Violet Blue. HEX triplet: 99, 78 and 9A. RGB value is (153,120,154). Sum of RGB (Red+Green+Blue) = 153+120+154=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 154 - color contains mainly: blue. Hex color #99789A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99789A is #668765. Grayscale: #858585. Windows color (decimal): -6719334 or 10123417. OLE color: 10123417.
HSL color Cylindrical-coordinate representation of color #99789A: hue angle of 298.24º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99789A is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 120 | 154 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.40 |
| HSL | 298.24º | 0.14% | 0.54% | - |
| HSV(B) | 298.24º | 0.22% | 0.6% | - |
| XYZ | 25.69 | 22.54 | 33.57 | - |
| YUV | 133.74 | 139.43 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 154 | 0.01 | 0.22 | 0 | 0.40 | 298.24 | 0.14 | 0.54 |
| Hex | 99 | 78 | 9A | 1 | 16 | 0 | 28 | 12A | E | 36 |
| Octal | 231 | 170 | 232 | 1 | 26 | 0 | 50 | 452 | 16 | 66 |
| Binary | 10011001 | 1111000 | 10011010 | 1 | 10110 | 0 | 101000 | 100101010 | 1110 | 110110 |
Color Harmonies of #99789A
Complementary color
Monochromatic Colors of #99789A
Black with #99789A
Text Example
Text Example
White with #99789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99789A; }
p { color: rgb(153,120,154); }
H1.HeaderClassName
{
color: #99789A;
}
.AnyTagClassName
{
color: #99789A;
}
</style>
background-color css
<style>
a { background-color: #99789A; }
a { background-color: rgb(153,120,154); }
div.DivClassName
{
background-color: #99789A;
}
.BgClassName
{
background-color: #99789A;
}
</style>
border-color css
<style>
span { border-color: #99789A; }
span { border-color: rgb(153,120,154); }
td.TdClassName
{
border-color: #99789A;
}
.TagClassName
{
border-color: #99789A;
}
</style>