Shades of Venus #99808A
Tints of Venus #99808A
RGB
CMYK
RGB Variations
Color information
#99808A (or 0x99808A) is known color: Venus. HEX triplet: 99, 80 and 8A. RGB value is (153,128,138). Sum of RGB (Red+Green+Blue) = 153+128+138=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #99808A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99808A is #667F75. Grayscale: #888888. Windows color (decimal): -6717302 or 9076889. OLE color: 9076889.
HSL color Cylindrical-coordinate representation of color #99808A: hue angle of 336º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99808A is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 138 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.4 |
| HSL | 336º | 0.11% | 0.55% | - |
| HSV(B) | 336º | 0.16% | 0.6% | - |
| XYZ | 25.44 | 24.05 | 27.35 | - |
| YUV | 136.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 138 | 0 | 0.16 | 0.10 | 0.4 | 336 | 0.11 | 0.55 |
| Hex | 99 | 80 | 8A | 0 | 10 | A | 28 | 150 | B | 37 |
| Octal | 231 | 200 | 212 | 0 | 20 | 12 | 50 | 520 | 13 | 67 |
| Binary | 10011001 | 10000000 | 10001010 | 0 | 10000 | 1010 | 101000 | 101010000 | 1011 | 110111 |
Color Harmonies of #99808A
Complementary color
Monochromatic Colors of #99808A
Black with #99808A
Text Example
Text Example
White with #99808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99808A; }
p { color: rgb(153,128,138); }
H1.HeaderClassName
{
color: #99808A;
}
.AnyTagClassName
{
color: #99808A;
}
</style>
background-color css
<style>
a { background-color: #99808A; }
a { background-color: rgb(153,128,138); }
div.DivClassName
{
background-color: #99808A;
}
.BgClassName
{
background-color: #99808A;
}
</style>
border-color css
<style>
span { border-color: #99808A; }
span { border-color: rgb(153,128,138); }
td.TdClassName
{
border-color: #99808A;
}
.TagClassName
{
border-color: #99808A;
}
</style>