Shades of Venus #97838A
Tints of Venus #97838A
RGB
CMYK
RGB Variations
Color information
#97838A (or 0x97838A) is known color: Venus. HEX triplet: 97, 83 and 8A. RGB value is (151,131,138). Sum of RGB (Red+Green+Blue) = 151+131+138=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 151 - color contains mainly: red. Hex color #97838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97838A is #687C75. Grayscale: #898989. Windows color (decimal): -6847606 or 9077655. OLE color: 9077655.
HSL color Cylindrical-coordinate representation of color #97838A: hue angle of 339º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #97838A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 138 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.41 |
| HSL | 339º | 0.09% | 0.55% | - |
| HSV(B) | 339º | 0.13% | 0.59% | - |
| XYZ | 25.47 | 24.65 | 27.46 | - |
| YUV | 137.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 138 | 0 | 0.13 | 0.09 | 0.41 | 339 | 0.09 | 0.55 |
| Hex | 97 | 83 | 8A | 0 | D | 9 | 29 | 153 | 9 | 37 |
| Octal | 227 | 203 | 212 | 0 | 15 | 11 | 51 | 523 | 11 | 67 |
| Binary | 10010111 | 10000011 | 10001010 | 0 | 1101 | 1001 | 101001 | 101010011 | 1001 | 110111 |
Color Harmonies of #97838A
Complementary color
Monochromatic Colors of #97838A
Black with #97838A
Text Example
Text Example
White with #97838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97838A; }
p { color: rgb(151,131,138); }
H1.HeaderClassName
{
color: #97838A;
}
.AnyTagClassName
{
color: #97838A;
}
</style>
background-color css
<style>
a { background-color: #97838A; }
a { background-color: rgb(151,131,138); }
div.DivClassName
{
background-color: #97838A;
}
.BgClassName
{
background-color: #97838A;
}
</style>
border-color css
<style>
span { border-color: #97838A; }
span { border-color: rgb(151,131,138); }
td.TdClassName
{
border-color: #97838A;
}
.TagClassName
{
border-color: #97838A;
}
</style>