Shades of Venus #8D7882
Tints of Venus #8D7882
RGB
CMYK
RGB Variations
Color information
#8D7882 (or 0x8D7882) is known color: Venus. HEX triplet: 8D, 78 and 82. RGB value is (141,120,130). Sum of RGB (Red+Green+Blue) = 141+120+130=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7882 is #72877D. Grayscale: #7F7F7F. Windows color (decimal): -7505790 or 8550541. OLE color: 8550541.
HSL color Cylindrical-coordinate representation of color #8D7882: hue angle of 331.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D7882 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 130 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.45 |
| HSL | 331.43º | 0.08% | 0.51% | - |
| HSV(B) | 331.43º | 0.15% | 0.55% | - |
| XYZ | 21.73 | 20.71 | 23.97 | - |
| YUV | 127.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 130 | 0 | 0.15 | 0.08 | 0.45 | 331.43 | 0.08 | 0.51 |
| Hex | 8D | 78 | 82 | 0 | F | 8 | 2D | 14B | 8 | 33 |
| Octal | 215 | 170 | 202 | 0 | 17 | 10 | 55 | 513 | 10 | 63 |
| Binary | 10001101 | 1111000 | 10000010 | 0 | 1111 | 1000 | 101101 | 101001011 | 1000 | 110011 |
Color Harmonies of #8D7882
Complementary color
Monochromatic Colors of #8D7882
Black with #8D7882
Text Example
Text Example
White with #8D7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7882; }
p { color: rgb(141,120,130); }
H1.HeaderClassName
{
color: #8D7882;
}
.AnyTagClassName
{
color: #8D7882;
}
</style>
background-color css
<style>
a { background-color: #8D7882; }
a { background-color: rgb(141,120,130); }
div.DivClassName
{
background-color: #8D7882;
}
.BgClassName
{
background-color: #8D7882;
}
</style>
border-color css
<style>
span { border-color: #8D7882; }
span { border-color: rgb(141,120,130); }
td.TdClassName
{
border-color: #8D7882;
}
.TagClassName
{
border-color: #8D7882;
}
</style>