Shades of Venus #8F8889
Tints of Venus #8F8889
RGB
CMYK
RGB Variations
Color information
#8F8889 (or 0x8F8889) is known color: Venus. HEX triplet: 8F, 88 and 89. RGB value is (143,136,137). Sum of RGB (Red+Green+Blue) = 143+136+137=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8889 is #707776. Grayscale: #8A8A8A. Windows color (decimal): -7370615 or 9013391. OLE color: 9013391.
HSL color Cylindrical-coordinate representation of color #8F8889: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F8889 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
RGB | 143 | 136 | 137 | - |
CMYK | 0 | 0.05 | 0.04 | 0.44 |
HSL | 351.43º | 0.03% | 0.55% | - |
HSV(B) | 351.43º | 0.05% | 0.56% | - |
XYZ | 24.65 | 25.25 | 27.24 | - |
YUV | 138.21 | 127.32 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 136 | 137 | 0 | 0.05 | 0.04 | 0.44 | 351.43 | 0.03 | 0.55 |
Hex | 8F | 88 | 89 | 0 | 5 | 4 | 2C | 15F | 3 | 37 |
Octal | 217 | 210 | 211 | 0 | 5 | 4 | 54 | 537 | 3 | 67 |
Binary | 10001111 | 10001000 | 10001001 | 0 | 101 | 100 | 101100 | 101011111 | 11 | 110111 |
Color Harmonies of #8F8889
Complementary color
Monochromatic Colors of #8F8889
Black with #8F8889
Text Example
Text Example
White with #8F8889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8889; }
p { color: rgb(143,136,137); }
H1.HeaderClassName
{
color: #8F8889;
}
.AnyTagClassName
{
color: #8F8889;
}
</style>
background-color css
<style>
a { background-color: #8F8889; }
a { background-color: rgb(143,136,137); }
div.DivClassName
{
background-color: #8F8889;
}
.BgClassName
{
background-color: #8F8889;
}
</style>
border-color css
<style>
span { border-color: #8F8889; }
span { border-color: rgb(143,136,137); }
td.TdClassName
{
border-color: #8F8889;
}
.TagClassName
{
border-color: #8F8889;
}
</style>