Shades of Venus #8F8588
Tints of Venus #8F8588
RGB
CMYK
RGB Variations
Color information
#8F8588 (or 0x8F8588) is known color: Venus. HEX triplet: 8F, 85 and 88. RGB value is (143,133,136). Sum of RGB (Red+Green+Blue) = 143+133+136=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8588 is #707A77. Grayscale: #888888. Windows color (decimal): -7371384 or 8947087. OLE color: 8947087.
HSL color Cylindrical-coordinate representation of color #8F8588: hue angle of 342º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F8588 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 133 | 136 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.44 |
| HSL | 342º | 0.04% | 0.54% | - |
| HSV(B) | 342º | 0.07% | 0.56% | - |
| XYZ | 24.16 | 24.39 | 26.73 | - |
| YUV | 136.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 133 | 136 | 0 | 0.07 | 0.05 | 0.44 | 342 | 0.04 | 0.54 |
| Hex | 8F | 85 | 88 | 0 | 7 | 5 | 2C | 156 | 4 | 36 |
| Octal | 217 | 205 | 210 | 0 | 7 | 5 | 54 | 526 | 4 | 66 |
| Binary | 10001111 | 10000101 | 10001000 | 0 | 111 | 101 | 101100 | 101010110 | 100 | 110110 |
Color Harmonies of #8F8588
Complementary color
Monochromatic Colors of #8F8588
Black with #8F8588
Text Example
Text Example
White with #8F8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8588; }
p { color: rgb(143,133,136); }
H1.HeaderClassName
{
color: #8F8588;
}
.AnyTagClassName
{
color: #8F8588;
}
</style>
background-color css
<style>
a { background-color: #8F8588; }
a { background-color: rgb(143,133,136); }
div.DivClassName
{
background-color: #8F8588;
}
.BgClassName
{
background-color: #8F8588;
}
</style>
border-color css
<style>
span { border-color: #8F8588; }
span { border-color: rgb(143,133,136); }
td.TdClassName
{
border-color: #8F8588;
}
.TagClassName
{
border-color: #8F8588;
}
</style>