Shades of Venus #9A7D88
Tints of Venus #9A7D88
RGB
CMYK
RGB Variations
Color information
#9A7D88 (or 0x9A7D88) is known color: Venus. HEX triplet: 9A, 7D and 88. RGB value is (154,125,136). Sum of RGB (Red+Green+Blue) = 154+125+136=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D88 is #658277. Grayscale: #868686. Windows color (decimal): -6652536 or 8945050. OLE color: 8945050.
HSL color Cylindrical-coordinate representation of color #9A7D88: hue angle of 337.24º 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 #9A7D88 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 125 | 136 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.40 |
| HSL | 337.24º | 0.13% | 0.55% | - |
| HSV(B) | 337.24º | 0.19% | 0.6% | - |
| XYZ | 25.1 | 23.31 | 26.47 | - |
| YUV | 134.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 125 | 136 | 0 | 0.19 | 0.12 | 0.40 | 337.24 | 0.13 | 0.55 |
| Hex | 9A | 7D | 88 | 0 | 13 | C | 28 | 151 | D | 37 |
| Octal | 232 | 175 | 210 | 0 | 23 | 14 | 50 | 521 | 15 | 67 |
| Binary | 10011010 | 1111101 | 10001000 | 0 | 10011 | 1100 | 101000 | 101010001 | 1101 | 110111 |
Color Harmonies of #9A7D88
Complementary color
Monochromatic Colors of #9A7D88
Black with #9A7D88
Text Example
Text Example
White with #9A7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7D88; }
p { color: rgb(154,125,136); }
H1.HeaderClassName
{
color: #9A7D88;
}
.AnyTagClassName
{
color: #9A7D88;
}
</style>
background-color css
<style>
a { background-color: #9A7D88; }
a { background-color: rgb(154,125,136); }
div.DivClassName
{
background-color: #9A7D88;
}
.BgClassName
{
background-color: #9A7D88;
}
</style>
border-color css
<style>
span { border-color: #9A7D88; }
span { border-color: rgb(154,125,136); }
td.TdClassName
{
border-color: #9A7D88;
}
.TagClassName
{
border-color: #9A7D88;
}
</style>