Shades of Venus #9A7682
Tints of Venus #9A7682
RGB
CMYK
RGB Variations
Color information
#9A7682 (or 0x9A7682) is known color: Venus. HEX triplet: 9A, 76 and 82. RGB value is (154,118,130). Sum of RGB (Red+Green+Blue) = 154+118+130=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7682 is #65897D. Grayscale: #828282. Windows color (decimal): -6654334 or 8550042. OLE color: 8550042.
HSL color Cylindrical-coordinate representation of color #9A7682: hue angle of 340º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A7682 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 118 | 130 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.40 |
| HSL | 340º | 0.15% | 0.53% | - |
| HSV(B) | 340º | 0.23% | 0.6% | - |
| XYZ | 23.83 | 21.44 | 24 | - |
| YUV | 130.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 130 | 0 | 0.23 | 0.16 | 0.40 | 340 | 0.15 | 0.53 |
| Hex | 9A | 76 | 82 | 0 | 17 | 10 | 28 | 154 | F | 35 |
| Octal | 232 | 166 | 202 | 0 | 27 | 20 | 50 | 524 | 17 | 65 |
| Binary | 10011010 | 1110110 | 10000010 | 0 | 10111 | 10000 | 101000 | 101010100 | 1111 | 110101 |
Color Harmonies of #9A7682
Complementary color
Monochromatic Colors of #9A7682
Black with #9A7682
Text Example
Text Example
White with #9A7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7682; }
p { color: rgb(154,118,130); }
H1.HeaderClassName
{
color: #9A7682;
}
.AnyTagClassName
{
color: #9A7682;
}
</style>
background-color css
<style>
a { background-color: #9A7682; }
a { background-color: rgb(154,118,130); }
div.DivClassName
{
background-color: #9A7682;
}
.BgClassName
{
background-color: #9A7682;
}
</style>
border-color css
<style>
span { border-color: #9A7682; }
span { border-color: rgb(154,118,130); }
td.TdClassName
{
border-color: #9A7682;
}
.TagClassName
{
border-color: #9A7682;
}
</style>