Shades of Venus #98818A
Tints of Venus #98818A
RGB
CMYK
RGB Variations
Color information
#98818A (or 0x98818A) is known color: Venus. HEX triplet: 98, 81 and 8A. RGB value is (152,129,138). Sum of RGB (Red+Green+Blue) = 152+129+138=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #98818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98818A is #677E75. Grayscale: #888888. Windows color (decimal): -6782582 or 9077144. OLE color: 9077144.
HSL color Cylindrical-coordinate representation of color #98818A: hue angle of 336.52º 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 #98818A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 129 | 138 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.40 |
| HSL | 336.52º | 0.1% | 0.55% | - |
| HSV(B) | 336.52º | 0.15% | 0.6% | - |
| XYZ | 25.39 | 24.21 | 27.38 | - |
| YUV | 136.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 138 | 0 | 0.15 | 0.09 | 0.40 | 336.52 | 0.1 | 0.55 |
| Hex | 98 | 81 | 8A | 0 | F | 9 | 28 | 151 | A | 37 |
| Octal | 230 | 201 | 212 | 0 | 17 | 11 | 50 | 521 | 12 | 67 |
| Binary | 10011000 | 10000001 | 10001010 | 0 | 1111 | 1001 | 101000 | 101010001 | 1010 | 110111 |
Color Harmonies of #98818A
Complementary color
Monochromatic Colors of #98818A
Black with #98818A
Text Example
Text Example
White with #98818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98818A; }
p { color: rgb(152,129,138); }
H1.HeaderClassName
{
color: #98818A;
}
.AnyTagClassName
{
color: #98818A;
}
</style>
background-color css
<style>
a { background-color: #98818A; }
a { background-color: rgb(152,129,138); }
div.DivClassName
{
background-color: #98818A;
}
.BgClassName
{
background-color: #98818A;
}
</style>
border-color css
<style>
span { border-color: #98818A; }
span { border-color: rgb(152,129,138); }
td.TdClassName
{
border-color: #98818A;
}
.TagClassName
{
border-color: #98818A;
}
</style>