Shades of Venus #9C8F91
Tints of Venus #9C8F91
RGB
CMYK
RGB Variations
Color information
#9C8F91 (or 0x9C8F91) is known color: Venus. HEX triplet: 9C, 8F and 91. RGB value is (156,143,145). Sum of RGB (Red+Green+Blue) = 156+143+145=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8F91 is #63706E. Grayscale: #939393. Windows color (decimal): -6516847 or 9539484. OLE color: 9539484.
HSL color Cylindrical-coordinate representation of color #9C8F91: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C8F91 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 145 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.39 |
| HSL | 350.77º | 0.06% | 0.59% | - |
| HSV(B) | 350.77º | 0.08% | 0.61% | - |
| XYZ | 28.64 | 28.76 | 30.83 | - |
| YUV | 147.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 145 | 0 | 0.08 | 0.07 | 0.39 | 350.77 | 0.06 | 0.59 |
| Hex | 9C | 8F | 91 | 0 | 8 | 7 | 27 | 15F | 6 | 3B |
| Octal | 234 | 217 | 221 | 0 | 10 | 7 | 47 | 537 | 6 | 73 |
| Binary | 10011100 | 10001111 | 10010001 | 0 | 1000 | 111 | 100111 | 101011111 | 110 | 111011 |
Color Harmonies of #9C8F91
Complementary color
Monochromatic Colors of #9C8F91
Black with #9C8F91
Text Example
Text Example
White with #9C8F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F91; }
p { color: rgb(156,143,145); }
H1.HeaderClassName
{
color: #9C8F91;
}
.AnyTagClassName
{
color: #9C8F91;
}
</style>
background-color css
<style>
a { background-color: #9C8F91; }
a { background-color: rgb(156,143,145); }
div.DivClassName
{
background-color: #9C8F91;
}
.BgClassName
{
background-color: #9C8F91;
}
</style>
border-color css
<style>
span { border-color: #9C8F91; }
span { border-color: rgb(156,143,145); }
td.TdClassName
{
border-color: #9C8F91;
}
.TagClassName
{
border-color: #9C8F91;
}
</style>