Shades of Venus #957F81
Tints of Venus #957F81
RGB
CMYK
RGB Variations
Color information
#957F81 (or 0x957F81) is known color: Venus. HEX triplet: 95, 7F and 81. RGB value is (149,127,129). Sum of RGB (Red+Green+Blue) = 149+127+129=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #957F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957F81 is #6A807E. Grayscale: #858585. Windows color (decimal): -6979711 or 8486805. OLE color: 8486805.
HSL color Cylindrical-coordinate representation of color #957F81: hue angle of 354.55º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #957F81 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 129 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.42 |
| HSL | 354.55º | 0.09% | 0.54% | - |
| HSV(B) | 354.55º | 0.15% | 0.58% | - |
| XYZ | 23.95 | 23.15 | 23.98 | - |
| YUV | 133.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 129 | 0 | 0.15 | 0.13 | 0.42 | 354.55 | 0.09 | 0.54 |
| Hex | 95 | 7F | 81 | 0 | F | D | 2A | 163 | 9 | 36 |
| Octal | 225 | 177 | 201 | 0 | 17 | 15 | 52 | 543 | 11 | 66 |
| Binary | 10010101 | 1111111 | 10000001 | 0 | 1111 | 1101 | 101010 | 101100011 | 1001 | 110110 |
Color Harmonies of #957F81
Complementary color
Monochromatic Colors of #957F81
Black with #957F81
Text Example
Text Example
White with #957F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F81; }
p { color: rgb(149,127,129); }
H1.HeaderClassName
{
color: #957F81;
}
.AnyTagClassName
{
color: #957F81;
}
</style>
background-color css
<style>
a { background-color: #957F81; }
a { background-color: rgb(149,127,129); }
div.DivClassName
{
background-color: #957F81;
}
.BgClassName
{
background-color: #957F81;
}
</style>
border-color css
<style>
span { border-color: #957F81; }
span { border-color: rgb(149,127,129); }
td.TdClassName
{
border-color: #957F81;
}
.TagClassName
{
border-color: #957F81;
}
</style>