Shades of Venus #98848B
Tints of Venus #98848B
RGB
CMYK
RGB Variations
Color information
#98848B (or 0x98848B) is known color: Venus. HEX triplet: 98, 84 and 8B. RGB value is (152,132,139). Sum of RGB (Red+Green+Blue) = 152+132+139=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98848B is #677B74. Grayscale: #8A8A8A. Windows color (decimal): -6781813 or 9143448. OLE color: 9143448.
HSL color Cylindrical-coordinate representation of color #98848B: hue angle of 339º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98848B is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 132 | 139 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.40 |
| HSL | 339º | 0.09% | 0.56% | - |
| HSV(B) | 339º | 0.13% | 0.6% | - |
| XYZ | 25.86 | 25.04 | 27.9 | - |
| YUV | 138.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 139 | 0 | 0.13 | 0.09 | 0.40 | 339 | 0.09 | 0.56 |
| Hex | 98 | 84 | 8B | 0 | D | 9 | 28 | 153 | 9 | 38 |
| Octal | 230 | 204 | 213 | 0 | 15 | 11 | 50 | 523 | 11 | 70 |
| Binary | 10011000 | 10000100 | 10001011 | 0 | 1101 | 1001 | 101000 | 101010011 | 1001 | 111000 |
Color Harmonies of #98848B
Complementary color
Monochromatic Colors of #98848B
Black with #98848B
Text Example
Text Example
White with #98848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98848B; }
p { color: rgb(152,132,139); }
H1.HeaderClassName
{
color: #98848B;
}
.AnyTagClassName
{
color: #98848B;
}
</style>
background-color css
<style>
a { background-color: #98848B; }
a { background-color: rgb(152,132,139); }
div.DivClassName
{
background-color: #98848B;
}
.BgClassName
{
background-color: #98848B;
}
</style>
border-color css
<style>
span { border-color: #98848B; }
span { border-color: rgb(152,132,139); }
td.TdClassName
{
border-color: #98848B;
}
.TagClassName
{
border-color: #98848B;
}
</style>