Shades of Venus #8F8084
Tints of Venus #8F8084
RGB
CMYK
RGB Variations
Color information
#8F8084 (or 0x8F8084) is known color: Venus. HEX triplet: 8F, 80 and 84. RGB value is (143,128,132). Sum of RGB (Red+Green+Blue) = 143+128+132=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8084 is #707F7B. Grayscale: #848484. Windows color (decimal): -7372668 or 8683663. OLE color: 8683663.
HSL color Cylindrical-coordinate representation of color #8F8084: hue angle of 344º 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 #8F8084 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 132 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.44 |
| HSL | 344º | 0.06% | 0.53% | - |
| HSV(B) | 344º | 0.1% | 0.56% | - |
| XYZ | 23.21 | 22.94 | 25.04 | - |
| YUV | 132.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 132 | 0 | 0.10 | 0.08 | 0.44 | 344 | 0.06 | 0.53 |
| Hex | 8F | 80 | 84 | 0 | A | 8 | 2C | 158 | 6 | 35 |
| Octal | 217 | 200 | 204 | 0 | 12 | 10 | 54 | 530 | 6 | 65 |
| Binary | 10001111 | 10000000 | 10000100 | 0 | 1010 | 1000 | 101100 | 101011000 | 110 | 110101 |
Color Harmonies of #8F8084
Complementary color
Monochromatic Colors of #8F8084
Black with #8F8084
Text Example
Text Example
White with #8F8084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8084; }
p { color: rgb(143,128,132); }
H1.HeaderClassName
{
color: #8F8084;
}
.AnyTagClassName
{
color: #8F8084;
}
</style>
background-color css
<style>
a { background-color: #8F8084; }
a { background-color: rgb(143,128,132); }
div.DivClassName
{
background-color: #8F8084;
}
.BgClassName
{
background-color: #8F8084;
}
</style>
border-color css
<style>
span { border-color: #8F8084; }
span { border-color: rgb(143,128,132); }
td.TdClassName
{
border-color: #8F8084;
}
.TagClassName
{
border-color: #8F8084;
}
</style>