Shades of Venus #8D8588
Tints of Venus #8D8588
RGB
CMYK
RGB Variations
Color information
#8D8588 (or 0x8D8588) is known color: Venus. HEX triplet: 8D, 85 and 88. RGB value is (141,133,136). Sum of RGB (Red+Green+Blue) = 141+133+136=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8588 is #727A77. Grayscale: #878787. Windows color (decimal): -7502456 or 8947085. OLE color: 8947085.
HSL color Cylindrical-coordinate representation of color #8D8588: hue angle of 337.5º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D8588 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
RGB | 141 | 133 | 136 | - |
CMYK | 0 | 0.06 | 0.04 | 0.45 |
HSL | 337.5º | 0.03% | 0.54% | - |
HSV(B) | 337.5º | 0.06% | 0.55% | - |
XYZ | 23.82 | 24.22 | 26.71 | - |
YUV | 135.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 133 | 136 | 0 | 0.06 | 0.04 | 0.45 | 337.5 | 0.03 | 0.54 |
Hex | 8D | 85 | 88 | 0 | 6 | 4 | 2D | 152 | 3 | 36 |
Octal | 215 | 205 | 210 | 0 | 6 | 4 | 55 | 522 | 3 | 66 |
Binary | 10001101 | 10000101 | 10001000 | 0 | 110 | 100 | 101101 | 101010010 | 11 | 110110 |
Color Harmonies of #8D8588
Complementary color
Monochromatic Colors of #8D8588
Black with #8D8588
Text Example
Text Example
White with #8D8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8588; }
p { color: rgb(141,133,136); }
H1.HeaderClassName
{
color: #8D8588;
}
.AnyTagClassName
{
color: #8D8588;
}
</style>
background-color css
<style>
a { background-color: #8D8588; }
a { background-color: rgb(141,133,136); }
div.DivClassName
{
background-color: #8D8588;
}
.BgClassName
{
background-color: #8D8588;
}
</style>
border-color css
<style>
span { border-color: #8D8588; }
span { border-color: rgb(141,133,136); }
td.TdClassName
{
border-color: #8D8588;
}
.TagClassName
{
border-color: #8D8588;
}
</style>