Shades of Venus #957E81
Tints of Venus #957E81
RGB
CMYK
RGB Variations
Color information
#957E81 (or 0x957E81) is known color: Venus. HEX triplet: 95, 7E and 81. RGB value is (149,126,129). Sum of RGB (Red+Green+Blue) = 149+126+129=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #957E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957E81 is #6A817E. Grayscale: #858585. Windows color (decimal): -6979967 or 8486549. OLE color: 8486549.
HSL color Cylindrical-coordinate representation of color #957E81: hue angle of 352.17º degrees, saturation: 0.1, 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 #957E81 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 129 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.42 |
| HSL | 352.17º | 0.1% | 0.54% | - |
| HSV(B) | 352.17º | 0.15% | 0.58% | - |
| XYZ | 23.82 | 22.9 | 23.93 | - |
| YUV | 133.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 129 | 0 | 0.15 | 0.13 | 0.42 | 352.17 | 0.1 | 0.54 |
| Hex | 95 | 7E | 81 | 0 | F | D | 2A | 160 | A | 36 |
| Octal | 225 | 176 | 201 | 0 | 17 | 15 | 52 | 540 | 12 | 66 |
| Binary | 10010101 | 1111110 | 10000001 | 0 | 1111 | 1101 | 101010 | 101100000 | 1010 | 110110 |
Color Harmonies of #957E81
Complementary color
Monochromatic Colors of #957E81
Black with #957E81
Text Example
Text Example
White with #957E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E81; }
p { color: rgb(149,126,129); }
H1.HeaderClassName
{
color: #957E81;
}
.AnyTagClassName
{
color: #957E81;
}
</style>
background-color css
<style>
a { background-color: #957E81; }
a { background-color: rgb(149,126,129); }
div.DivClassName
{
background-color: #957E81;
}
.BgClassName
{
background-color: #957E81;
}
</style>
border-color css
<style>
span { border-color: #957E81; }
span { border-color: rgb(149,126,129); }
td.TdClassName
{
border-color: #957E81;
}
.TagClassName
{
border-color: #957E81;
}
</style>