Shades of Venus #917C83
Tints of Venus #917C83
RGB
CMYK
RGB Variations
Color information
#917C83 (or 0x917C83) is known color: Venus. HEX triplet: 91, 7C and 83. RGB value is (145,124,131). Sum of RGB (Red+Green+Blue) = 145+124+131=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #917C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917C83 is #6E837C. Grayscale: #838383. Windows color (decimal): -7242621 or 8617105. OLE color: 8617105.
HSL color Cylindrical-coordinate representation of color #917C83: hue angle of 340º degrees, saturation: 0.09, 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 #917C83 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 124 | 131 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.43 |
| HSL | 340º | 0.09% | 0.53% | - |
| HSV(B) | 340º | 0.14% | 0.57% | - |
| XYZ | 22.98 | 22.07 | 24.52 | - |
| YUV | 131.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 124 | 131 | 0 | 0.14 | 0.10 | 0.43 | 340 | 0.09 | 0.53 |
| Hex | 91 | 7C | 83 | 0 | E | A | 2B | 154 | 9 | 35 |
| Octal | 221 | 174 | 203 | 0 | 16 | 12 | 53 | 524 | 11 | 65 |
| Binary | 10010001 | 1111100 | 10000011 | 0 | 1110 | 1010 | 101011 | 101010100 | 1001 | 110101 |
Color Harmonies of #917C83
Complementary color
Monochromatic Colors of #917C83
Black with #917C83
Text Example
Text Example
White with #917C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917C83; }
p { color: rgb(145,124,131); }
H1.HeaderClassName
{
color: #917C83;
}
.AnyTagClassName
{
color: #917C83;
}
</style>
background-color css
<style>
a { background-color: #917C83; }
a { background-color: rgb(145,124,131); }
div.DivClassName
{
background-color: #917C83;
}
.BgClassName
{
background-color: #917C83;
}
</style>
border-color css
<style>
span { border-color: #917C83; }
span { border-color: rgb(145,124,131); }
td.TdClassName
{
border-color: #917C83;
}
.TagClassName
{
border-color: #917C83;
}
</style>