Shades of Venus #8B7882
Tints of Venus #8B7882
RGB
CMYK
RGB Variations
Color information
#8B7882 (or 0x8B7882) is known color: Venus. HEX triplet: 8B, 78 and 82. RGB value is (139,120,130). Sum of RGB (Red+Green+Blue) = 139+120+130=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7882 is #74877D. Grayscale: #7E7E7E. Windows color (decimal): -7636862 or 8550539. OLE color: 8550539.
HSL color Cylindrical-coordinate representation of color #8B7882: hue angle of 328.42º 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 #8B7882 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 120 | 130 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.45 |
| HSL | 328.42º | 0.08% | 0.51% | - |
| HSV(B) | 328.42º | 0.14% | 0.55% | - |
| XYZ | 21.39 | 20.53 | 23.95 | - |
| YUV | 126.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 120 | 130 | 0 | 0.14 | 0.06 | 0.45 | 328.42 | 0.08 | 0.51 |
| Hex | 8B | 78 | 82 | 0 | E | 6 | 2D | 148 | 8 | 33 |
| Octal | 213 | 170 | 202 | 0 | 16 | 6 | 55 | 510 | 10 | 63 |
| Binary | 10001011 | 1111000 | 10000010 | 0 | 1110 | 110 | 101101 | 101001000 | 1000 | 110011 |
Color Harmonies of #8B7882
Complementary color
Monochromatic Colors of #8B7882
Black with #8B7882
Text Example
Text Example
White with #8B7882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7882; }
p { color: rgb(139,120,130); }
H1.HeaderClassName
{
color: #8B7882;
}
.AnyTagClassName
{
color: #8B7882;
}
</style>
background-color css
<style>
a { background-color: #8B7882; }
a { background-color: rgb(139,120,130); }
div.DivClassName
{
background-color: #8B7882;
}
.BgClassName
{
background-color: #8B7882;
}
</style>
border-color css
<style>
span { border-color: #8B7882; }
span { border-color: rgb(139,120,130); }
td.TdClassName
{
border-color: #8B7882;
}
.TagClassName
{
border-color: #8B7882;
}
</style>