Shades of Venus #99848B
Tints of Venus #99848B
RGB
CMYK
RGB Variations
Color information
#99848B (or 0x99848B) is known color: Venus. HEX triplet: 99, 84 and 8B. RGB value is (153,132,139). Sum of RGB (Red+Green+Blue) = 153+132+139=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #99848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99848B is #667B74. Grayscale: #8B8B8B. Windows color (decimal): -6716277 or 9143449. OLE color: 9143449.
HSL color Cylindrical-coordinate representation of color #99848B: hue angle of 340º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99848B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 139 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.4 |
| HSL | 340º | 0.09% | 0.56% | - |
| HSV(B) | 340º | 0.14% | 0.6% | - |
| XYZ | 26.05 | 25.14 | 27.91 | - |
| YUV | 139.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 139 | 0 | 0.14 | 0.09 | 0.4 | 340 | 0.09 | 0.56 |
| Hex | 99 | 84 | 8B | 0 | E | 9 | 28 | 154 | 9 | 38 |
| Octal | 231 | 204 | 213 | 0 | 16 | 11 | 50 | 524 | 11 | 70 |
| Binary | 10011001 | 10000100 | 10001011 | 0 | 1110 | 1001 | 101000 | 101010100 | 1001 | 111000 |
Color Harmonies of #99848B
Complementary color
Monochromatic Colors of #99848B
Black with #99848B
Text Example
Text Example
White with #99848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99848B; }
p { color: rgb(153,132,139); }
H1.HeaderClassName
{
color: #99848B;
}
.AnyTagClassName
{
color: #99848B;
}
</style>
background-color css
<style>
a { background-color: #99848B; }
a { background-color: rgb(153,132,139); }
div.DivClassName
{
background-color: #99848B;
}
.BgClassName
{
background-color: #99848B;
}
</style>
border-color css
<style>
span { border-color: #99848B; }
span { border-color: rgb(153,132,139); }
td.TdClassName
{
border-color: #99848B;
}
.TagClassName
{
border-color: #99848B;
}
</style>