Shades of Venus #8D7883
Tints of Venus #8D7883
RGB
CMYK
RGB Variations
Color information
#8D7883 (or 0x8D7883) is known color: Venus. HEX triplet: 8D, 78 and 83. RGB value is (141,120,131). Sum of RGB (Red+Green+Blue) = 141+120+131=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7883 is #72877C. Grayscale: #7F7F7F. Windows color (decimal): -7505789 or 8616077. OLE color: 8616077.
HSL color Cylindrical-coordinate representation of color #8D7883: hue angle of 328.57º 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 #8D7883 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 120 | 131 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.45 |
| HSL | 328.57º | 0.08% | 0.51% | - |
| HSV(B) | 328.57º | 0.15% | 0.55% | - |
| XYZ | 21.8 | 20.73 | 24.33 | - |
| YUV | 127.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 120 | 131 | 0 | 0.15 | 0.07 | 0.45 | 328.57 | 0.08 | 0.51 |
| Hex | 8D | 78 | 83 | 0 | F | 7 | 2D | 149 | 8 | 33 |
| Octal | 215 | 170 | 203 | 0 | 17 | 7 | 55 | 511 | 10 | 63 |
| Binary | 10001101 | 1111000 | 10000011 | 0 | 1111 | 111 | 101101 | 101001001 | 1000 | 110011 |
Color Harmonies of #8D7883
Complementary color
Monochromatic Colors of #8D7883
Black with #8D7883
Text Example
Text Example
White with #8D7883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7883; }
p { color: rgb(141,120,131); }
H1.HeaderClassName
{
color: #8D7883;
}
.AnyTagClassName
{
color: #8D7883;
}
</style>
background-color css
<style>
a { background-color: #8D7883; }
a { background-color: rgb(141,120,131); }
div.DivClassName
{
background-color: #8D7883;
}
.BgClassName
{
background-color: #8D7883;
}
</style>
border-color css
<style>
span { border-color: #8D7883; }
span { border-color: rgb(141,120,131); }
td.TdClassName
{
border-color: #8D7883;
}
.TagClassName
{
border-color: #8D7883;
}
</style>