Shades of Venus #958082
Tints of Venus #958082
RGB
CMYK
RGB Variations
Color information
#958082 (or 0x958082) is known color: Venus. HEX triplet: 95, 80 and 82. RGB value is (149,128,130). Sum of RGB (Red+Green+Blue) = 149+128+130=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #958082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958082 is #6A7F7D. Grayscale: #868686. Windows color (decimal): -6979454 or 8552597. OLE color: 8552597.
HSL color Cylindrical-coordinate representation of color #958082: hue angle of 354.29º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958082 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 130 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.42 |
| HSL | 354.29º | 0.09% | 0.54% | - |
| HSV(B) | 354.29º | 0.14% | 0.58% | - |
| XYZ | 24.14 | 23.44 | 24.37 | - |
| YUV | 134.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 130 | 0 | 0.14 | 0.13 | 0.42 | 354.29 | 0.09 | 0.54 |
| Hex | 95 | 80 | 82 | 0 | E | D | 2A | 162 | 9 | 36 |
| Octal | 225 | 200 | 202 | 0 | 16 | 15 | 52 | 542 | 11 | 66 |
| Binary | 10010101 | 10000000 | 10000010 | 0 | 1110 | 1101 | 101010 | 101100010 | 1001 | 110110 |
Color Harmonies of #958082
Complementary color
Monochromatic Colors of #958082
Black with #958082
Text Example
Text Example
White with #958082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958082; }
p { color: rgb(149,128,130); }
H1.HeaderClassName
{
color: #958082;
}
.AnyTagClassName
{
color: #958082;
}
</style>
background-color css
<style>
a { background-color: #958082; }
a { background-color: rgb(149,128,130); }
div.DivClassName
{
background-color: #958082;
}
.BgClassName
{
background-color: #958082;
}
</style>
border-color css
<style>
span { border-color: #958082; }
span { border-color: rgb(149,128,130); }
td.TdClassName
{
border-color: #958082;
}
.TagClassName
{
border-color: #958082;
}
</style>