Shades of Venus #9A7C82
Tints of Venus #9A7C82
RGB
CMYK
RGB Variations
Color information
#9A7C82 (or 0x9A7C82) is known color: Venus. HEX triplet: 9A, 7C and 82. RGB value is (154,124,130). Sum of RGB (Red+Green+Blue) = 154+124+130=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7C82 is #65837D. Grayscale: #858585. Windows color (decimal): -6652798 or 8551578. OLE color: 8551578.
HSL color Cylindrical-coordinate representation of color #9A7C82: hue angle of 348º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7C82 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 130 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.40 |
| HSL | 348º | 0.13% | 0.55% | - |
| HSV(B) | 348º | 0.19% | 0.6% | - |
| XYZ | 24.56 | 22.9 | 24.24 | - |
| YUV | 133.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 130 | 0 | 0.19 | 0.16 | 0.40 | 348 | 0.13 | 0.55 |
| Hex | 9A | 7C | 82 | 0 | 13 | 10 | 28 | 15C | D | 37 |
| Octal | 232 | 174 | 202 | 0 | 23 | 20 | 50 | 534 | 15 | 67 |
| Binary | 10011010 | 1111100 | 10000010 | 0 | 10011 | 10000 | 101000 | 101011100 | 1101 | 110111 |
Color Harmonies of #9A7C82
Complementary color
Monochromatic Colors of #9A7C82
Black with #9A7C82
Text Example
Text Example
White with #9A7C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C82; }
p { color: rgb(154,124,130); }
H1.HeaderClassName
{
color: #9A7C82;
}
.AnyTagClassName
{
color: #9A7C82;
}
</style>
background-color css
<style>
a { background-color: #9A7C82; }
a { background-color: rgb(154,124,130); }
div.DivClassName
{
background-color: #9A7C82;
}
.BgClassName
{
background-color: #9A7C82;
}
</style>
border-color css
<style>
span { border-color: #9A7C82; }
span { border-color: rgb(154,124,130); }
td.TdClassName
{
border-color: #9A7C82;
}
.TagClassName
{
border-color: #9A7C82;
}
</style>