Shades of Venus #8F717D
Tints of Venus #8F717D
RGB
CMYK
RGB Variations
Color information
#8F717D (or 0x8F717D) is known color: Venus. HEX triplet: 8F, 71 and 7D. RGB value is (143,113,125). Sum of RGB (Red+Green+Blue) = 143+113+125=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F717D is #708E82. Grayscale: #7B7B7B. Windows color (decimal): -7376515 or 8221071. OLE color: 8221071.
HSL color Cylindrical-coordinate representation of color #8F717D: hue angle of 336º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F717D is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 125 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.44 |
| HSL | 336º | 0.12% | 0.5% | - |
| HSV(B) | 336º | 0.21% | 0.56% | - |
| XYZ | 20.93 | 19.13 | 21.99 | - |
| YUV | 123.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 125 | 0 | 0.21 | 0.13 | 0.44 | 336 | 0.12 | 0.5 |
| Hex | 8F | 71 | 7D | 0 | 15 | D | 2C | 150 | C | 32 |
| Octal | 217 | 161 | 175 | 0 | 25 | 15 | 54 | 520 | 14 | 62 |
| Binary | 10001111 | 1110001 | 1111101 | 0 | 10101 | 1101 | 101100 | 101010000 | 1100 | 110010 |
Color Harmonies of #8F717D
Complementary color
Monochromatic Colors of #8F717D
Black with #8F717D
Text Example
Text Example
White with #8F717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F717D; }
p { color: rgb(143,113,125); }
H1.HeaderClassName
{
color: #8F717D;
}
.AnyTagClassName
{
color: #8F717D;
}
</style>
background-color css
<style>
a { background-color: #8F717D; }
a { background-color: rgb(143,113,125); }
div.DivClassName
{
background-color: #8F717D;
}
.BgClassName
{
background-color: #8F717D;
}
</style>
border-color css
<style>
span { border-color: #8F717D; }
span { border-color: rgb(143,113,125); }
td.TdClassName
{
border-color: #8F717D;
}
.TagClassName
{
border-color: #8F717D;
}
</style>