Shades of Venus #9C9091
Tints of Venus #9C9091
RGB
CMYK
RGB Variations
Color information
#9C9091 (or 0x9C9091) is known color: Venus. HEX triplet: 9C, 90 and 91. RGB value is (156,144,145). Sum of RGB (Red+Green+Blue) = 156+144+145=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9091 is #636F6E. Grayscale: #939393. Windows color (decimal): -6516591 or 9539740. OLE color: 9539740.
HSL color Cylindrical-coordinate representation of color #9C9091: hue angle of 355º 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 #9C9091 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 145 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.39 |
| HSL | 355º | 0.06% | 0.59% | - |
| HSV(B) | 355º | 0.08% | 0.61% | - |
| XYZ | 28.79 | 29.06 | 30.88 | - |
| YUV | 147.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 145 | 0 | 0.08 | 0.07 | 0.39 | 355 | 0.06 | 0.59 |
| Hex | 9C | 90 | 91 | 0 | 8 | 7 | 27 | 163 | 6 | 3B |
| Octal | 234 | 220 | 221 | 0 | 10 | 7 | 47 | 543 | 6 | 73 |
| Binary | 10011100 | 10010000 | 10010001 | 0 | 1000 | 111 | 100111 | 101100011 | 110 | 111011 |
Color Harmonies of #9C9091
Complementary color
Monochromatic Colors of #9C9091
Black with #9C9091
Text Example
Text Example
White with #9C9091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9091; }
p { color: rgb(156,144,145); }
H1.HeaderClassName
{
color: #9C9091;
}
.AnyTagClassName
{
color: #9C9091;
}
</style>
background-color css
<style>
a { background-color: #9C9091; }
a { background-color: rgb(156,144,145); }
div.DivClassName
{
background-color: #9C9091;
}
.BgClassName
{
background-color: #9C9091;
}
</style>
border-color css
<style>
span { border-color: #9C9091; }
span { border-color: rgb(156,144,145); }
td.TdClassName
{
border-color: #9C9091;
}
.TagClassName
{
border-color: #9C9091;
}
</style>