Shades of Venus #8F6E7A
Tints of Venus #8F6E7A
RGB
CMYK
RGB Variations
Color information
#8F6E7A (or 0x8F6E7A) is known color: Venus. HEX triplet: 8F, 6E and 7A. RGB value is (143,110,122). Sum of RGB (Red+Green+Blue) = 143+110+122=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6E7A is #709185. Grayscale: #797979. Windows color (decimal): -7377286 or 8023695. OLE color: 8023695.
HSL color Cylindrical-coordinate representation of color #8F6E7A: hue angle of 338.18º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F6E7A is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 110 | 122 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.44 |
| HSL | 338.18º | 0.13% | 0.5% | - |
| HSV(B) | 338.18º | 0.23% | 0.56% | - |
| XYZ | 20.42 | 18.4 | 20.89 | - |
| YUV | 121.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 122 | 0 | 0.23 | 0.15 | 0.44 | 338.18 | 0.13 | 0.5 |
| Hex | 8F | 6E | 7A | 0 | 17 | F | 2C | 152 | D | 32 |
| Octal | 217 | 156 | 172 | 0 | 27 | 17 | 54 | 522 | 15 | 62 |
| Binary | 10001111 | 1101110 | 1111010 | 0 | 10111 | 1111 | 101100 | 101010010 | 1101 | 110010 |
Color Harmonies of #8F6E7A
Complementary color
Monochromatic Colors of #8F6E7A
Black with #8F6E7A
Text Example
Text Example
White with #8F6E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6E7A; }
p { color: rgb(143,110,122); }
H1.HeaderClassName
{
color: #8F6E7A;
}
.AnyTagClassName
{
color: #8F6E7A;
}
</style>
background-color css
<style>
a { background-color: #8F6E7A; }
a { background-color: rgb(143,110,122); }
div.DivClassName
{
background-color: #8F6E7A;
}
.BgClassName
{
background-color: #8F6E7A;
}
</style>
border-color css
<style>
span { border-color: #8F6E7A; }
span { border-color: rgb(143,110,122); }
td.TdClassName
{
border-color: #8F6E7A;
}
.TagClassName
{
border-color: #8F6E7A;
}
</style>