Shades of Violet Blue #99789B
Tints of Violet Blue #99789B
RGB
CMYK
RGB Variations
Color information
#99789B (or 0x99789B) is known color: Violet Blue. HEX triplet: 99, 78 and 9B. RGB value is (153,120,155). Sum of RGB (Red+Green+Blue) = 153+120+155=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #99789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99789B is #668764. Grayscale: #858585. Windows color (decimal): -6719333 or 10188953. OLE color: 10188953.
HSL color Cylindrical-coordinate representation of color #99789B: 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.23%. Process color model (Four color, CMYK) of #99789B is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 120 | 155 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.39 |
| HSL | 296.57º | 0.15% | 0.54% | - |
| HSV(B) | 296.57º | 0.23% | 0.61% | - |
| XYZ | 25.77 | 22.57 | 34.01 | - |
| YUV | 133.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 155 | 0.01 | 0.23 | 0 | 0.39 | 296.57 | 0.15 | 0.54 |
| Hex | 99 | 78 | 9B | 1 | 17 | 0 | 27 | 129 | F | 36 |
| Octal | 231 | 170 | 233 | 1 | 27 | 0 | 47 | 451 | 17 | 66 |
| Binary | 10011001 | 1111000 | 10011011 | 1 | 10111 | 0 | 100111 | 100101001 | 1111 | 110110 |
Color Harmonies of #99789B
Complementary color
Monochromatic Colors of #99789B
Black with #99789B
Text Example
Text Example
White with #99789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99789B; }
p { color: rgb(153,120,155); }
H1.HeaderClassName
{
color: #99789B;
}
.AnyTagClassName
{
color: #99789B;
}
</style>
background-color css
<style>
a { background-color: #99789B; }
a { background-color: rgb(153,120,155); }
div.DivClassName
{
background-color: #99789B;
}
.BgClassName
{
background-color: #99789B;
}
</style>
border-color css
<style>
span { border-color: #99789B; }
span { border-color: rgb(153,120,155); }
td.TdClassName
{
border-color: #99789B;
}
.TagClassName
{
border-color: #99789B;
}
</style>