Shades of Venus #937F84
Tints of Venus #937F84
RGB
CMYK
RGB Variations
Color information
#937F84 (or 0x937F84) is known color: Venus. HEX triplet: 93, 7F and 84. RGB value is (147,127,132). Sum of RGB (Red+Green+Blue) = 147+127+132=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #937F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937F84 is #6C807B. Grayscale: #858585. Windows color (decimal): -7110780 or 8683411. OLE color: 8683411.
HSL color Cylindrical-coordinate representation of color #937F84: hue angle of 345º degrees, saturation: 0.08, 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 #937F84 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 132 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.42 |
| HSL | 345º | 0.08% | 0.54% | - |
| HSV(B) | 345º | 0.14% | 0.58% | - |
| XYZ | 23.79 | 23.05 | 25.02 | - |
| YUV | 133.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 132 | 0 | 0.14 | 0.10 | 0.42 | 345 | 0.08 | 0.54 |
| Hex | 93 | 7F | 84 | 0 | E | A | 2A | 159 | 8 | 36 |
| Octal | 223 | 177 | 204 | 0 | 16 | 12 | 52 | 531 | 10 | 66 |
| Binary | 10010011 | 1111111 | 10000100 | 0 | 1110 | 1010 | 101010 | 101011001 | 1000 | 110110 |
Color Harmonies of #937F84
Complementary color
Monochromatic Colors of #937F84
Black with #937F84
Text Example
Text Example
White with #937F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F84; }
p { color: rgb(147,127,132); }
H1.HeaderClassName
{
color: #937F84;
}
.AnyTagClassName
{
color: #937F84;
}
</style>
background-color css
<style>
a { background-color: #937F84; }
a { background-color: rgb(147,127,132); }
div.DivClassName
{
background-color: #937F84;
}
.BgClassName
{
background-color: #937F84;
}
</style>
border-color css
<style>
span { border-color: #937F84; }
span { border-color: rgb(147,127,132); }
td.TdClassName
{
border-color: #937F84;
}
.TagClassName
{
border-color: #937F84;
}
</style>