Shades of Venus #918085
Tints of Venus #918085
RGB
CMYK
RGB Variations
Color information
#918085 (or 0x918085) is known color: Venus. HEX triplet: 91, 80 and 85. RGB value is (145,128,133). Sum of RGB (Red+Green+Blue) = 145+128+133=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #918085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918085 is #6E7F7A. Grayscale: #858585. Windows color (decimal): -7241595 or 8749201. OLE color: 8749201.
HSL color Cylindrical-coordinate representation of color #918085: hue angle of 342.35º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918085 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 133 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.43 |
| HSL | 342.35º | 0.07% | 0.54% | - |
| HSV(B) | 342.35º | 0.12% | 0.57% | - |
| XYZ | 23.63 | 23.15 | 25.41 | - |
| YUV | 133.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 133 | 0 | 0.12 | 0.08 | 0.43 | 342.35 | 0.07 | 0.54 |
| Hex | 91 | 80 | 85 | 0 | C | 8 | 2B | 156 | 7 | 36 |
| Octal | 221 | 200 | 205 | 0 | 14 | 10 | 53 | 526 | 7 | 66 |
| Binary | 10010001 | 10000000 | 10000101 | 0 | 1100 | 1000 | 101011 | 101010110 | 111 | 110110 |
Color Harmonies of #918085
Complementary color
Monochromatic Colors of #918085
Black with #918085
Text Example
Text Example
White with #918085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918085; }
p { color: rgb(145,128,133); }
H1.HeaderClassName
{
color: #918085;
}
.AnyTagClassName
{
color: #918085;
}
</style>
background-color css
<style>
a { background-color: #918085; }
a { background-color: rgb(145,128,133); }
div.DivClassName
{
background-color: #918085;
}
.BgClassName
{
background-color: #918085;
}
</style>
border-color css
<style>
span { border-color: #918085; }
span { border-color: rgb(145,128,133); }
td.TdClassName
{
border-color: #918085;
}
.TagClassName
{
border-color: #918085;
}
</style>