Shades of Venus #968289
Tints of Venus #968289
RGB
CMYK
RGB Variations
Color information
#968289 (or 0x968289) is known color: Venus. HEX triplet: 96, 82 and 89. RGB value is (150,130,137). Sum of RGB (Red+Green+Blue) = 150+130+137=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968289 is #697D76. Grayscale: #888888. Windows color (decimal): -6913399 or 9011862. OLE color: 9011862.
HSL color Cylindrical-coordinate representation of color #968289: hue angle of 339º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #968289 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 137 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.41 |
| HSL | 339º | 0.09% | 0.55% | - |
| HSV(B) | 339º | 0.13% | 0.59% | - |
| XYZ | 25.08 | 24.26 | 27.03 | - |
| YUV | 136.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 137 | 0 | 0.13 | 0.09 | 0.41 | 339 | 0.09 | 0.55 |
| Hex | 96 | 82 | 89 | 0 | D | 9 | 29 | 153 | 9 | 37 |
| Octal | 226 | 202 | 211 | 0 | 15 | 11 | 51 | 523 | 11 | 67 |
| Binary | 10010110 | 10000010 | 10001001 | 0 | 1101 | 1001 | 101001 | 101010011 | 1001 | 110111 |
Color Harmonies of #968289
Complementary color
Monochromatic Colors of #968289
Black with #968289
Text Example
Text Example
White with #968289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968289; }
p { color: rgb(150,130,137); }
H1.HeaderClassName
{
color: #968289;
}
.AnyTagClassName
{
color: #968289;
}
</style>
background-color css
<style>
a { background-color: #968289; }
a { background-color: rgb(150,130,137); }
div.DivClassName
{
background-color: #968289;
}
.BgClassName
{
background-color: #968289;
}
</style>
border-color css
<style>
span { border-color: #968289; }
span { border-color: rgb(150,130,137); }
td.TdClassName
{
border-color: #968289;
}
.TagClassName
{
border-color: #968289;
}
</style>