Shades of Venus #99898B
Tints of Venus #99898B
RGB
CMYK
RGB Variations
Color information
#99898B (or 0x99898B) is known color: Venus. HEX triplet: 99, 89 and 8B. RGB value is (153,137,139). Sum of RGB (Red+Green+Blue) = 153+137+139=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 153 - color contains mainly: red. Hex color #99898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99898B is #667674. Grayscale: #8E8E8E. Windows color (decimal): -6714997 or 9144729. OLE color: 9144729.
HSL color Cylindrical-coordinate representation of color #99898B: hue angle of 352.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #99898B is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 139 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.4 |
| HSL | 352.5º | 0.07% | 0.57% | - |
| HSV(B) | 352.5º | 0.1% | 0.6% | - |
| XYZ | 26.74 | 26.53 | 28.14 | - |
| YUV | 142.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 139 | 0 | 0.10 | 0.09 | 0.4 | 352.5 | 0.07 | 0.57 |
| Hex | 99 | 89 | 8B | 0 | A | 9 | 28 | 160 | 7 | 39 |
| Octal | 231 | 211 | 213 | 0 | 12 | 11 | 50 | 540 | 7 | 71 |
| Binary | 10011001 | 10001001 | 10001011 | 0 | 1010 | 1001 | 101000 | 101100000 | 111 | 111001 |
Color Harmonies of #99898B
Complementary color
Monochromatic Colors of #99898B
Black with #99898B
Text Example
Text Example
White with #99898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99898B; }
p { color: rgb(153,137,139); }
H1.HeaderClassName
{
color: #99898B;
}
.AnyTagClassName
{
color: #99898B;
}
</style>
background-color css
<style>
a { background-color: #99898B; }
a { background-color: rgb(153,137,139); }
div.DivClassName
{
background-color: #99898B;
}
.BgClassName
{
background-color: #99898B;
}
</style>
border-color css
<style>
span { border-color: #99898B; }
span { border-color: rgb(153,137,139); }
td.TdClassName
{
border-color: #99898B;
}
.TagClassName
{
border-color: #99898B;
}
</style>