Shades of Venus #9C8189
Tints of Venus #9C8189
RGB
CMYK
RGB Variations
Color information
#9C8189 (or 0x9C8189) is known color: Venus. HEX triplet: 9C, 81 and 89. RGB value is (156,129,137). Sum of RGB (Red+Green+Blue) = 156+129+137=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8189 is #637E76. Grayscale: #898989. Windows color (decimal): -6520439 or 9011612. OLE color: 9011612.
HSL color Cylindrical-coordinate representation of color #9C8189: hue angle of 342.22º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8189 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 137 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.39 |
| HSL | 342.22º | 0.12% | 0.56% | - |
| HSV(B) | 342.22º | 0.17% | 0.61% | - |
| XYZ | 26.08 | 24.57 | 27.04 | - |
| YUV | 137.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 137 | 0 | 0.17 | 0.12 | 0.39 | 342.22 | 0.12 | 0.56 |
| Hex | 9C | 81 | 89 | 0 | 11 | C | 27 | 156 | C | 38 |
| Octal | 234 | 201 | 211 | 0 | 21 | 14 | 47 | 526 | 14 | 70 |
| Binary | 10011100 | 10000001 | 10001001 | 0 | 10001 | 1100 | 100111 | 101010110 | 1100 | 111000 |
Color Harmonies of #9C8189
Complementary color
Monochromatic Colors of #9C8189
Black with #9C8189
Text Example
Text Example
White with #9C8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8189; }
p { color: rgb(156,129,137); }
H1.HeaderClassName
{
color: #9C8189;
}
.AnyTagClassName
{
color: #9C8189;
}
</style>
background-color css
<style>
a { background-color: #9C8189; }
a { background-color: rgb(156,129,137); }
div.DivClassName
{
background-color: #9C8189;
}
.BgClassName
{
background-color: #9C8189;
}
</style>
border-color css
<style>
span { border-color: #9C8189; }
span { border-color: rgb(156,129,137); }
td.TdClassName
{
border-color: #9C8189;
}
.TagClassName
{
border-color: #9C8189;
}
</style>