Shades of Venus #967984
Tints of Venus #967984
RGB
CMYK
RGB Variations
Color information
#967984 (or 0x967984) is known color: Venus. HEX triplet: 96, 79 and 84. RGB value is (150,121,132). Sum of RGB (Red+Green+Blue) = 150+121+132=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #967984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967984 is #69867B. Grayscale: #828282. Windows color (decimal): -6915708 or 8681878. OLE color: 8681878.
HSL color Cylindrical-coordinate representation of color #967984: hue angle of 337.24º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967984 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 121 | 132 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.41 |
| HSL | 337.24º | 0.12% | 0.53% | - |
| HSV(B) | 337.24º | 0.19% | 0.59% | - |
| XYZ | 23.58 | 21.82 | 24.8 | - |
| YUV | 130.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 121 | 132 | 0 | 0.19 | 0.12 | 0.41 | 337.24 | 0.12 | 0.53 |
| Hex | 96 | 79 | 84 | 0 | 13 | C | 29 | 151 | C | 35 |
| Octal | 226 | 171 | 204 | 0 | 23 | 14 | 51 | 521 | 14 | 65 |
| Binary | 10010110 | 1111001 | 10000100 | 0 | 10011 | 1100 | 101001 | 101010001 | 1100 | 110101 |
Color Harmonies of #967984
Complementary color
Monochromatic Colors of #967984
Black with #967984
Text Example
Text Example
White with #967984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967984; }
p { color: rgb(150,121,132); }
H1.HeaderClassName
{
color: #967984;
}
.AnyTagClassName
{
color: #967984;
}
</style>
background-color css
<style>
a { background-color: #967984; }
a { background-color: rgb(150,121,132); }
div.DivClassName
{
background-color: #967984;
}
.BgClassName
{
background-color: #967984;
}
</style>
border-color css
<style>
span { border-color: #967984; }
span { border-color: rgb(150,121,132); }
td.TdClassName
{
border-color: #967984;
}
.TagClassName
{
border-color: #967984;
}
</style>