Shades of Venus #998288
Tints of Venus #998288
RGB
CMYK
RGB Variations
Color information
#998288 (or 0x998288) is known color: Venus. HEX triplet: 99, 82 and 88. RGB value is (153,130,136). Sum of RGB (Red+Green+Blue) = 153+130+136=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998288 is #667D77. Grayscale: #898989. Windows color (decimal): -6716792 or 8946329. OLE color: 8946329.
HSL color Cylindrical-coordinate representation of color #998288: hue angle of 344.35º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998288 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 136 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.4 |
| HSL | 344.35º | 0.1% | 0.55% | - |
| HSV(B) | 344.35º | 0.15% | 0.6% | - |
| XYZ | 25.56 | 24.52 | 26.68 | - |
| YUV | 137.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 136 | 0 | 0.15 | 0.11 | 0.4 | 344.35 | 0.1 | 0.55 |
| Hex | 99 | 82 | 88 | 0 | F | B | 28 | 158 | A | 37 |
| Octal | 231 | 202 | 210 | 0 | 17 | 13 | 50 | 530 | 12 | 67 |
| Binary | 10011001 | 10000010 | 10001000 | 0 | 1111 | 1011 | 101000 | 101011000 | 1010 | 110111 |
Color Harmonies of #998288
Complementary color
Monochromatic Colors of #998288
Black with #998288
Text Example
Text Example
White with #998288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998288; }
p { color: rgb(153,130,136); }
H1.HeaderClassName
{
color: #998288;
}
.AnyTagClassName
{
color: #998288;
}
</style>
background-color css
<style>
a { background-color: #998288; }
a { background-color: rgb(153,130,136); }
div.DivClassName
{
background-color: #998288;
}
.BgClassName
{
background-color: #998288;
}
</style>
border-color css
<style>
span { border-color: #998288; }
span { border-color: rgb(153,130,136); }
td.TdClassName
{
border-color: #998288;
}
.TagClassName
{
border-color: #998288;
}
</style>