Shades of Venus #908185
Tints of Venus #908185
RGB
CMYK
RGB Variations
Color information
#908185 (or 0x908185) is known color: Venus. HEX triplet: 90, 81 and 85. RGB value is (144,129,133). Sum of RGB (Red+Green+Blue) = 144+129+133=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 144 - color contains mainly: red. Hex color #908185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908185 is #6F7E7A. Grayscale: #858585. Windows color (decimal): -7306875 or 8749456. OLE color: 8749456.
HSL color Cylindrical-coordinate representation of color #908185: hue angle of 344º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908185 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 133 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.44 |
| HSL | 344º | 0.06% | 0.54% | - |
| HSV(B) | 344º | 0.1% | 0.56% | - |
| XYZ | 23.59 | 23.32 | 25.45 | - |
| YUV | 133.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 133 | 0 | 0.10 | 0.08 | 0.44 | 344 | 0.06 | 0.54 |
| Hex | 90 | 81 | 85 | 0 | A | 8 | 2C | 158 | 6 | 36 |
| Octal | 220 | 201 | 205 | 0 | 12 | 10 | 54 | 530 | 6 | 66 |
| Binary | 10010000 | 10000001 | 10000101 | 0 | 1010 | 1000 | 101100 | 101011000 | 110 | 110110 |
Color Harmonies of #908185
Complementary color
Monochromatic Colors of #908185
Black with #908185
Text Example
Text Example
White with #908185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908185; }
p { color: rgb(144,129,133); }
H1.HeaderClassName
{
color: #908185;
}
.AnyTagClassName
{
color: #908185;
}
</style>
background-color css
<style>
a { background-color: #908185; }
a { background-color: rgb(144,129,133); }
div.DivClassName
{
background-color: #908185;
}
.BgClassName
{
background-color: #908185;
}
</style>
border-color css
<style>
span { border-color: #908185; }
span { border-color: rgb(144,129,133); }
td.TdClassName
{
border-color: #908185;
}
.TagClassName
{
border-color: #908185;
}
</style>