Shades of Venus #9A7B82
Tints of Venus #9A7B82
RGB
CMYK
RGB Variations
Color information
#9A7B82 (or 0x9A7B82) is known color: Venus. HEX triplet: 9A, 7B and 82. RGB value is (154,123,130). Sum of RGB (Red+Green+Blue) = 154+123+130=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7B82 is #65847D. Grayscale: #858585. Windows color (decimal): -6653054 or 8551322. OLE color: 8551322.
HSL color Cylindrical-coordinate representation of color #9A7B82: hue angle of 346.45º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9A7B82 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 123 | 130 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.40 |
| HSL | 346.45º | 0.13% | 0.54% | - |
| HSV(B) | 346.45º | 0.2% | 0.6% | - |
| XYZ | 24.44 | 22.65 | 24.2 | - |
| YUV | 133.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 130 | 0 | 0.20 | 0.16 | 0.40 | 346.45 | 0.13 | 0.54 |
| Hex | 9A | 7B | 82 | 0 | 14 | 10 | 28 | 15A | D | 36 |
| Octal | 232 | 173 | 202 | 0 | 24 | 20 | 50 | 532 | 15 | 66 |
| Binary | 10011010 | 1111011 | 10000010 | 0 | 10100 | 10000 | 101000 | 101011010 | 1101 | 110110 |
Color Harmonies of #9A7B82
Complementary color
Monochromatic Colors of #9A7B82
Black with #9A7B82
Text Example
Text Example
White with #9A7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7B82; }
p { color: rgb(154,123,130); }
H1.HeaderClassName
{
color: #9A7B82;
}
.AnyTagClassName
{
color: #9A7B82;
}
</style>
background-color css
<style>
a { background-color: #9A7B82; }
a { background-color: rgb(154,123,130); }
div.DivClassName
{
background-color: #9A7B82;
}
.BgClassName
{
background-color: #9A7B82;
}
</style>
border-color css
<style>
span { border-color: #9A7B82; }
span { border-color: rgb(154,123,130); }
td.TdClassName
{
border-color: #9A7B82;
}
.TagClassName
{
border-color: #9A7B82;
}
</style>