Shades of Venus #917D84
Tints of Venus #917D84
RGB
CMYK
RGB Variations
Color information
#917D84 (or 0x917D84) is known color: Venus. HEX triplet: 91, 7D and 84. RGB value is (145,125,132). Sum of RGB (Red+Green+Blue) = 145+125+132=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #917D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D84 is #6E827B. Grayscale: #838383. Windows color (decimal): -7242364 or 8682897. OLE color: 8682897.
HSL color Cylindrical-coordinate representation of color #917D84: hue angle of 339º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #917D84 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 132 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.43 |
| HSL | 339º | 0.08% | 0.53% | - |
| HSV(B) | 339º | 0.14% | 0.57% | - |
| XYZ | 23.18 | 22.35 | 24.92 | - |
| YUV | 131.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 132 | 0 | 0.14 | 0.09 | 0.43 | 339 | 0.08 | 0.53 |
| Hex | 91 | 7D | 84 | 0 | E | 9 | 2B | 153 | 8 | 35 |
| Octal | 221 | 175 | 204 | 0 | 16 | 11 | 53 | 523 | 10 | 65 |
| Binary | 10010001 | 1111101 | 10000100 | 0 | 1110 | 1001 | 101011 | 101010011 | 1000 | 110101 |
Color Harmonies of #917D84
Complementary color
Monochromatic Colors of #917D84
Black with #917D84
Text Example
Text Example
White with #917D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D84; }
p { color: rgb(145,125,132); }
H1.HeaderClassName
{
color: #917D84;
}
.AnyTagClassName
{
color: #917D84;
}
</style>
background-color css
<style>
a { background-color: #917D84; }
a { background-color: rgb(145,125,132); }
div.DivClassName
{
background-color: #917D84;
}
.BgClassName
{
background-color: #917D84;
}
</style>
border-color css
<style>
span { border-color: #917D84; }
span { border-color: rgb(145,125,132); }
td.TdClassName
{
border-color: #917D84;
}
.TagClassName
{
border-color: #917D84;
}
</style>