Shades of Venus #8A7981
Tints of Venus #8A7981
RGB
CMYK
RGB Variations
Color information
#8A7981 (or 0x8A7981) is known color: Venus. HEX triplet: 8A, 79 and 81. RGB value is (138,121,129). Sum of RGB (Red+Green+Blue) = 138+121+129=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7981 is #75867E. Grayscale: #7E7E7E. Windows color (decimal): -7702143 or 8485258. OLE color: 8485258.
HSL color Cylindrical-coordinate representation of color #8A7981: hue angle of 331.76º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A7981 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 121 | 129 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.46 |
| HSL | 331.76º | 0.07% | 0.51% | - |
| HSV(B) | 331.76º | 0.12% | 0.54% | - |
| XYZ | 21.28 | 20.66 | 23.64 | - |
| YUV | 127 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 121 | 129 | 0 | 0.12 | 0.07 | 0.46 | 331.76 | 0.07 | 0.51 |
| Hex | 8A | 79 | 81 | 0 | C | 7 | 2E | 14C | 7 | 33 |
| Octal | 212 | 171 | 201 | 0 | 14 | 7 | 56 | 514 | 7 | 63 |
| Binary | 10001010 | 1111001 | 10000001 | 0 | 1100 | 111 | 101110 | 101001100 | 111 | 110011 |
Color Harmonies of #8A7981
Complementary color
Monochromatic Colors of #8A7981
Black with #8A7981
Text Example
Text Example
White with #8A7981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7981; }
p { color: rgb(138,121,129); }
H1.HeaderClassName
{
color: #8A7981;
}
.AnyTagClassName
{
color: #8A7981;
}
</style>
background-color css
<style>
a { background-color: #8A7981; }
a { background-color: rgb(138,121,129); }
div.DivClassName
{
background-color: #8A7981;
}
.BgClassName
{
background-color: #8A7981;
}
</style>
border-color css
<style>
span { border-color: #8A7981; }
span { border-color: rgb(138,121,129); }
td.TdClassName
{
border-color: #8A7981;
}
.TagClassName
{
border-color: #8A7981;
}
</style>