Shades of Venus #937E83
Tints of Venus #937E83
RGB
CMYK
RGB Variations
Color information
#937E83 (or 0x937E83) is known color: Venus. HEX triplet: 93, 7E and 83. RGB value is (147,126,131). Sum of RGB (Red+Green+Blue) = 147+126+131=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #937E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E83 is #6C817C. Grayscale: #848484. Windows color (decimal): -7111037 or 8617619. OLE color: 8617619.
HSL color Cylindrical-coordinate representation of color #937E83: hue angle of 345.71º 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 #937E83 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 131 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.42 |
| HSL | 345.71º | 0.09% | 0.54% | - |
| HSV(B) | 345.71º | 0.14% | 0.58% | - |
| XYZ | 23.59 | 22.76 | 24.62 | - |
| YUV | 132.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 131 | 0 | 0.14 | 0.11 | 0.42 | 345.71 | 0.09 | 0.54 |
| Hex | 93 | 7E | 83 | 0 | E | B | 2A | 15A | 9 | 36 |
| Octal | 223 | 176 | 203 | 0 | 16 | 13 | 52 | 532 | 11 | 66 |
| Binary | 10010011 | 1111110 | 10000011 | 0 | 1110 | 1011 | 101010 | 101011010 | 1001 | 110110 |
Color Harmonies of #937E83
Complementary color
Monochromatic Colors of #937E83
Black with #937E83
Text Example
Text Example
White with #937E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E83; }
p { color: rgb(147,126,131); }
H1.HeaderClassName
{
color: #937E83;
}
.AnyTagClassName
{
color: #937E83;
}
</style>
background-color css
<style>
a { background-color: #937E83; }
a { background-color: rgb(147,126,131); }
div.DivClassName
{
background-color: #937E83;
}
.BgClassName
{
background-color: #937E83;
}
</style>
border-color css
<style>
span { border-color: #937E83; }
span { border-color: rgb(147,126,131); }
td.TdClassName
{
border-color: #937E83;
}
.TagClassName
{
border-color: #937E83;
}
</style>