Shades of Venus #8F8185
Tints of Venus #8F8185
RGB
CMYK
RGB Variations
Color information
#8F8185 (or 0x8F8185) is known color: Venus. HEX triplet: 8F, 81 and 85. RGB value is (143,129,133). Sum of RGB (Red+Green+Blue) = 143+129+133=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8185 is #707E7A. Grayscale: #858585. Windows color (decimal): -7372411 or 8749455. OLE color: 8749455.
HSL color Cylindrical-coordinate representation of color #8F8185: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F8185 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 133 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.44 |
| HSL | 342.86º | 0.06% | 0.53% | - |
| HSV(B) | 342.86º | 0.1% | 0.56% | - |
| XYZ | 23.41 | 23.23 | 25.44 | - |
| YUV | 133.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 133 | 0 | 0.10 | 0.07 | 0.44 | 342.86 | 0.06 | 0.53 |
| Hex | 8F | 81 | 85 | 0 | A | 7 | 2C | 157 | 6 | 35 |
| Octal | 217 | 201 | 205 | 0 | 12 | 7 | 54 | 527 | 6 | 65 |
| Binary | 10001111 | 10000001 | 10000101 | 0 | 1010 | 111 | 101100 | 101010111 | 110 | 110101 |
Color Harmonies of #8F8185
Complementary color
Monochromatic Colors of #8F8185
Black with #8F8185
Text Example
Text Example
White with #8F8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8185; }
p { color: rgb(143,129,133); }
H1.HeaderClassName
{
color: #8F8185;
}
.AnyTagClassName
{
color: #8F8185;
}
</style>
background-color css
<style>
a { background-color: #8F8185; }
a { background-color: rgb(143,129,133); }
div.DivClassName
{
background-color: #8F8185;
}
.BgClassName
{
background-color: #8F8185;
}
</style>
border-color css
<style>
span { border-color: #8F8185; }
span { border-color: rgb(143,129,133); }
td.TdClassName
{
border-color: #8F8185;
}
.TagClassName
{
border-color: #8F8185;
}
</style>