Shades of Venus #8F8183
Tints of Venus #8F8183
RGB
CMYK
RGB Variations
Color information
#8F8183 (or 0x8F8183) is known color: Venus. HEX triplet: 8F, 81 and 83. RGB value is (143,129,131). Sum of RGB (Red+Green+Blue) = 143+129+131=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8183 is #707E7C. Grayscale: #858585. Windows color (decimal): -7372413 or 8618383. OLE color: 8618383.
HSL color Cylindrical-coordinate representation of color #8F8183: hue angle of 351.43º 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 #8F8183 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 131 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.44 |
| HSL | 351.43º | 0.06% | 0.53% | - |
| HSV(B) | 351.43º | 0.1% | 0.56% | - |
| XYZ | 23.27 | 23.18 | 24.72 | - |
| YUV | 133.41 | 126.64 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 131 | 0 | 0.10 | 0.08 | 0.44 | 351.43 | 0.06 | 0.53 |
| Hex | 8F | 81 | 83 | 0 | A | 8 | 2C | 15F | 6 | 35 |
| Octal | 217 | 201 | 203 | 0 | 12 | 10 | 54 | 537 | 6 | 65 |
| Binary | 10001111 | 10000001 | 10000011 | 0 | 1010 | 1000 | 101100 | 101011111 | 110 | 110101 |
Color Harmonies of #8F8183
Complementary color
Monochromatic Colors of #8F8183
Black with #8F8183
Text Example
Text Example
White with #8F8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8183; }
p { color: rgb(143,129,131); }
H1.HeaderClassName
{
color: #8F8183;
}
.AnyTagClassName
{
color: #8F8183;
}
</style>
background-color css
<style>
a { background-color: #8F8183; }
a { background-color: rgb(143,129,131); }
div.DivClassName
{
background-color: #8F8183;
}
.BgClassName
{
background-color: #8F8183;
}
</style>
border-color css
<style>
span { border-color: #8F8183; }
span { border-color: rgb(143,129,131); }
td.TdClassName
{
border-color: #8F8183;
}
.TagClassName
{
border-color: #8F8183;
}
</style>