Shades of Venus #968089
Tints of Venus #968089
RGB
CMYK
RGB Variations
Color information
#968089 (or 0x968089) is known color: Venus. HEX triplet: 96, 80 and 89. RGB value is (150,128,137). Sum of RGB (Red+Green+Blue) = 150+128+137=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968089 is #697F76. Grayscale: #878787. Windows color (decimal): -6913911 or 9011350. OLE color: 9011350.
HSL color Cylindrical-coordinate representation of color #968089: hue angle of 335.45º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968089 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 137 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.41 |
| HSL | 335.45º | 0.09% | 0.55% | - |
| HSV(B) | 335.45º | 0.15% | 0.59% | - |
| XYZ | 24.81 | 23.73 | 26.94 | - |
| YUV | 135.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 137 | 0 | 0.15 | 0.09 | 0.41 | 335.45 | 0.09 | 0.55 |
| Hex | 96 | 80 | 89 | 0 | F | 9 | 29 | 14F | 9 | 37 |
| Octal | 226 | 200 | 211 | 0 | 17 | 11 | 51 | 517 | 11 | 67 |
| Binary | 10010110 | 10000000 | 10001001 | 0 | 1111 | 1001 | 101001 | 101001111 | 1001 | 110111 |
Color Harmonies of #968089
Complementary color
Monochromatic Colors of #968089
Black with #968089
Text Example
Text Example
White with #968089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968089; }
p { color: rgb(150,128,137); }
H1.HeaderClassName
{
color: #968089;
}
.AnyTagClassName
{
color: #968089;
}
</style>
background-color css
<style>
a { background-color: #968089; }
a { background-color: rgb(150,128,137); }
div.DivClassName
{
background-color: #968089;
}
.BgClassName
{
background-color: #968089;
}
</style>
border-color css
<style>
span { border-color: #968089; }
span { border-color: rgb(150,128,137); }
td.TdClassName
{
border-color: #968089;
}
.TagClassName
{
border-color: #968089;
}
</style>