Shades of Venus #917E83
Tints of Venus #917E83
RGB
CMYK
RGB Variations
Color information
#917E83 (or 0x917E83) is known color: Venus. HEX triplet: 91, 7E and 83. RGB value is (145,126,131). Sum of RGB (Red+Green+Blue) = 145+126+131=402 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.07% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 145 - color contains mainly: red. Hex color #917E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917E83 is #6E817C. Grayscale: #848484. Windows color (decimal): -7242109 or 8617617. OLE color: 8617617.
HSL color Cylindrical-coordinate representation of color #917E83: hue angle of 344.21º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #917E83 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 126 | 131 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.43 |
| HSL | 344.21º | 0.08% | 0.53% | - |
| HSV(B) | 344.21º | 0.13% | 0.57% | - |
| XYZ | 23.23 | 22.58 | 24.61 | - |
| YUV | 132.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 126 | 131 | 0 | 0.13 | 0.10 | 0.43 | 344.21 | 0.08 | 0.53 |
| Hex | 91 | 7E | 83 | 0 | D | A | 2B | 158 | 8 | 35 |
| Octal | 221 | 176 | 203 | 0 | 15 | 12 | 53 | 530 | 10 | 65 |
| Binary | 10010001 | 1111110 | 10000011 | 0 | 1101 | 1010 | 101011 | 101011000 | 1000 | 110101 |
Color Harmonies of #917E83
Complementary color
Monochromatic Colors of #917E83
Black with #917E83
Text Example
Text Example
White with #917E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917E83; }
p { color: rgb(145,126,131); }
H1.HeaderClassName
{
color: #917E83;
}
.AnyTagClassName
{
color: #917E83;
}
</style>
background-color css
<style>
a { background-color: #917E83; }
a { background-color: rgb(145,126,131); }
div.DivClassName
{
background-color: #917E83;
}
.BgClassName
{
background-color: #917E83;
}
</style>
border-color css
<style>
span { border-color: #917E83; }
span { border-color: rgb(145,126,131); }
td.TdClassName
{
border-color: #917E83;
}
.TagClassName
{
border-color: #917E83;
}
</style>