Shades of Venus #9A7881
Tints of Venus #9A7881
RGB
CMYK
RGB Variations
Color information
#9A7881 (or 0x9A7881) is known color: Venus. HEX triplet: 9A, 78 and 81. RGB value is (154,120,129). Sum of RGB (Red+Green+Blue) = 154+120+129=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7881 is #65877E. Grayscale: #838383. Windows color (decimal): -6653823 or 8485018. OLE color: 8485018.
HSL color Cylindrical-coordinate representation of color #9A7881: hue angle of 344.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9A7881 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 129 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.40 |
| HSL | 344.12º | 0.14% | 0.54% | - |
| HSV(B) | 344.12º | 0.22% | 0.6% | - |
| XYZ | 24.01 | 21.89 | 23.73 | - |
| YUV | 131.19 | 126.76 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 129 | 0 | 0.22 | 0.16 | 0.40 | 344.12 | 0.14 | 0.54 |
| Hex | 9A | 78 | 81 | 0 | 16 | 10 | 28 | 158 | E | 36 |
| Octal | 232 | 170 | 201 | 0 | 26 | 20 | 50 | 530 | 16 | 66 |
| Binary | 10011010 | 1111000 | 10000001 | 0 | 10110 | 10000 | 101000 | 101011000 | 1110 | 110110 |
Color Harmonies of #9A7881
Complementary color
Monochromatic Colors of #9A7881
Black with #9A7881
Text Example
Text Example
White with #9A7881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7881; }
p { color: rgb(154,120,129); }
H1.HeaderClassName
{
color: #9A7881;
}
.AnyTagClassName
{
color: #9A7881;
}
</style>
background-color css
<style>
a { background-color: #9A7881; }
a { background-color: rgb(154,120,129); }
div.DivClassName
{
background-color: #9A7881;
}
.BgClassName
{
background-color: #9A7881;
}
</style>
border-color css
<style>
span { border-color: #9A7881; }
span { border-color: rgb(154,120,129); }
td.TdClassName
{
border-color: #9A7881;
}
.TagClassName
{
border-color: #9A7881;
}
</style>