Shades of Venus #9C8086
Tints of Venus #9C8086
RGB
CMYK
RGB Variations
Color information
#9C8086 (or 0x9C8086) is known color: Venus. HEX triplet: 9C, 80 and 86. RGB value is (156,128,134). Sum of RGB (Red+Green+Blue) = 156+128+134=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8086 is #637F79. Grayscale: #898989. Windows color (decimal): -6520698 or 8814748. OLE color: 8814748.
HSL color Cylindrical-coordinate representation of color #9C8086: hue angle of 347.14º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C8086 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 134 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.39 |
| HSL | 347.14º | 0.12% | 0.56% | - |
| HSV(B) | 347.14º | 0.18% | 0.61% | - |
| XYZ | 25.73 | 24.23 | 25.87 | - |
| YUV | 137.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 134 | 0 | 0.18 | 0.14 | 0.39 | 347.14 | 0.12 | 0.56 |
| Hex | 9C | 80 | 86 | 0 | 12 | E | 27 | 15B | C | 38 |
| Octal | 234 | 200 | 206 | 0 | 22 | 16 | 47 | 533 | 14 | 70 |
| Binary | 10011100 | 10000000 | 10000110 | 0 | 10010 | 1110 | 100111 | 101011011 | 1100 | 111000 |
Color Harmonies of #9C8086
Complementary color
Monochromatic Colors of #9C8086
Black with #9C8086
Text Example
Text Example
White with #9C8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8086; }
p { color: rgb(156,128,134); }
H1.HeaderClassName
{
color: #9C8086;
}
.AnyTagClassName
{
color: #9C8086;
}
</style>
background-color css
<style>
a { background-color: #9C8086; }
a { background-color: rgb(156,128,134); }
div.DivClassName
{
background-color: #9C8086;
}
.BgClassName
{
background-color: #9C8086;
}
</style>
border-color css
<style>
span { border-color: #9C8086; }
span { border-color: rgb(156,128,134); }
td.TdClassName
{
border-color: #9C8086;
}
.TagClassName
{
border-color: #9C8086;
}
</style>