Shades of Venus #917D85
Tints of Venus #917D85
RGB
CMYK
RGB Variations
Color information
#917D85 (or 0x917D85) is known color: Venus. HEX triplet: 91, 7D and 85. RGB value is (145,125,133). Sum of RGB (Red+Green+Blue) = 145+125+133=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 145 - color contains mainly: red. Hex color #917D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917D85 is #6E827A. Grayscale: #838383. Windows color (decimal): -7242363 or 8748433. OLE color: 8748433.
HSL color Cylindrical-coordinate representation of color #917D85: hue angle of 336º 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 #917D85 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 125 | 133 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.43 |
| HSL | 336º | 0.08% | 0.53% | - |
| HSV(B) | 336º | 0.14% | 0.57% | - |
| XYZ | 23.24 | 22.38 | 25.29 | - |
| YUV | 131.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 125 | 133 | 0 | 0.14 | 0.08 | 0.43 | 336 | 0.08 | 0.53 |
| Hex | 91 | 7D | 85 | 0 | E | 8 | 2B | 150 | 8 | 35 |
| Octal | 221 | 175 | 205 | 0 | 16 | 10 | 53 | 520 | 10 | 65 |
| Binary | 10010001 | 1111101 | 10000101 | 0 | 1110 | 1000 | 101011 | 101010000 | 1000 | 110101 |
Color Harmonies of #917D85
Complementary color
Monochromatic Colors of #917D85
Black with #917D85
Text Example
Text Example
White with #917D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917D85; }
p { color: rgb(145,125,133); }
H1.HeaderClassName
{
color: #917D85;
}
.AnyTagClassName
{
color: #917D85;
}
</style>
background-color css
<style>
a { background-color: #917D85; }
a { background-color: rgb(145,125,133); }
div.DivClassName
{
background-color: #917D85;
}
.BgClassName
{
background-color: #917D85;
}
</style>
border-color css
<style>
span { border-color: #917D85; }
span { border-color: rgb(145,125,133); }
td.TdClassName
{
border-color: #917D85;
}
.TagClassName
{
border-color: #917D85;
}
</style>