Shades of Venus #8B7881
Tints of Venus #8B7881
RGB
CMYK
RGB Variations
Color information
#8B7881 (or 0x8B7881) is known color: Venus. HEX triplet: 8B, 78 and 81. RGB value is (139,120,129). Sum of RGB (Red+Green+Blue) = 139+120+129=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7881 is #74877E. Grayscale: #7E7E7E. Windows color (decimal): -7636863 or 8485003. OLE color: 8485003.
HSL color Cylindrical-coordinate representation of color #8B7881: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B7881 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 129 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.45 |
| HSL | 331.58º | 0.08% | 0.51% | - |
| HSV(B) | 331.58º | 0.14% | 0.55% | - |
| XYZ | 21.33 | 20.51 | 23.6 | - |
| YUV | 126.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 129 | 0 | 0.14 | 0.07 | 0.45 | 331.58 | 0.08 | 0.51 |
| Hex | 8B | 78 | 81 | 0 | E | 7 | 2D | 14C | 8 | 33 |
| Octal | 213 | 170 | 201 | 0 | 16 | 7 | 55 | 514 | 10 | 63 |
| Binary | 10001011 | 1111000 | 10000001 | 0 | 1110 | 111 | 101101 | 101001100 | 1000 | 110011 |
Color Harmonies of #8B7881
Complementary color
Monochromatic Colors of #8B7881
Black with #8B7881
Text Example
Text Example
White with #8B7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7881; }
p { color: rgb(139,120,129); }
H1.HeaderClassName
{
color: #8B7881;
}
.AnyTagClassName
{
color: #8B7881;
}
</style>
background-color css
<style>
a { background-color: #8B7881; }
a { background-color: rgb(139,120,129); }
div.DivClassName
{
background-color: #8B7881;
}
.BgClassName
{
background-color: #8B7881;
}
</style>
border-color css
<style>
span { border-color: #8B7881; }
span { border-color: rgb(139,120,129); }
td.TdClassName
{
border-color: #8B7881;
}
.TagClassName
{
border-color: #8B7881;
}
</style>