Shades of Venus #937A84
Tints of Venus #937A84
RGB
CMYK
RGB Variations
Color information
#937A84 (or 0x937A84) is known color: Venus. HEX triplet: 93, 7A and 84. RGB value is (147,122,132). Sum of RGB (Red+Green+Blue) = 147+122+132=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #937A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937A84 is #6C857B. Grayscale: #828282. Windows color (decimal): -7112060 or 8682131. OLE color: 8682131.
HSL color Cylindrical-coordinate representation of color #937A84: hue angle of 336º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #937A84 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 132 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.42 |
| HSL | 336º | 0.1% | 0.53% | - |
| HSV(B) | 336º | 0.17% | 0.58% | - |
| XYZ | 23.16 | 21.79 | 24.81 | - |
| YUV | 130.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 132 | 0 | 0.17 | 0.10 | 0.42 | 336 | 0.1 | 0.53 |
| Hex | 93 | 7A | 84 | 0 | 11 | A | 2A | 150 | A | 35 |
| Octal | 223 | 172 | 204 | 0 | 21 | 12 | 52 | 520 | 12 | 65 |
| Binary | 10010011 | 1111010 | 10000100 | 0 | 10001 | 1010 | 101010 | 101010000 | 1010 | 110101 |
Color Harmonies of #937A84
Complementary color
Monochromatic Colors of #937A84
Black with #937A84
Text Example
Text Example
White with #937A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A84; }
p { color: rgb(147,122,132); }
H1.HeaderClassName
{
color: #937A84;
}
.AnyTagClassName
{
color: #937A84;
}
</style>
background-color css
<style>
a { background-color: #937A84; }
a { background-color: rgb(147,122,132); }
div.DivClassName
{
background-color: #937A84;
}
.BgClassName
{
background-color: #937A84;
}
</style>
border-color css
<style>
span { border-color: #937A84; }
span { border-color: rgb(147,122,132); }
td.TdClassName
{
border-color: #937A84;
}
.TagClassName
{
border-color: #937A84;
}
</style>