Shades of Venus #8F8082
Tints of Venus #8F8082
RGB
CMYK
RGB Variations
Color information
#8F8082 (or 0x8F8082) is known color: Venus. HEX triplet: 8F, 80 and 82. RGB value is (143,128,130). Sum of RGB (Red+Green+Blue) = 143+128+130=401 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.66% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8082 is #707F7D. Grayscale: #848484. Windows color (decimal): -7372670 or 8552591. OLE color: 8552591.
HSL color Cylindrical-coordinate representation of color #8F8082: hue angle of 352º 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 #8F8082 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 130 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.44 |
| HSL | 352º | 0.06% | 0.53% | - |
| HSV(B) | 352º | 0.1% | 0.56% | - |
| XYZ | 23.08 | 22.89 | 24.32 | - |
| YUV | 132.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 130 | 0 | 0.10 | 0.09 | 0.44 | 352 | 0.06 | 0.53 |
| Hex | 8F | 80 | 82 | 0 | A | 9 | 2C | 160 | 6 | 35 |
| Octal | 217 | 200 | 202 | 0 | 12 | 11 | 54 | 540 | 6 | 65 |
| Binary | 10001111 | 10000000 | 10000010 | 0 | 1010 | 1001 | 101100 | 101100000 | 110 | 110101 |
Color Harmonies of #8F8082
Complementary color
Monochromatic Colors of #8F8082
Black with #8F8082
Text Example
Text Example
White with #8F8082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8082; }
p { color: rgb(143,128,130); }
H1.HeaderClassName
{
color: #8F8082;
}
.AnyTagClassName
{
color: #8F8082;
}
</style>
background-color css
<style>
a { background-color: #8F8082; }
a { background-color: rgb(143,128,130); }
div.DivClassName
{
background-color: #8F8082;
}
.BgClassName
{
background-color: #8F8082;
}
</style>
border-color css
<style>
span { border-color: #8F8082; }
span { border-color: rgb(143,128,130); }
td.TdClassName
{
border-color: #8F8082;
}
.TagClassName
{
border-color: #8F8082;
}
</style>