Shades of Venus #9A8287
Tints of Venus #9A8287
RGB
CMYK
RGB Variations
Color information
#9A8287 (or 0x9A8287) is known color: Venus. HEX triplet: 9A, 82 and 87. RGB value is (154,130,135). Sum of RGB (Red+Green+Blue) = 154+130+135=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8287 is #657D78. Grayscale: #898989. Windows color (decimal): -6651257 or 8880794. OLE color: 8880794.
HSL color Cylindrical-coordinate representation of color #9A8287: hue angle of 347.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A8287 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 135 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.40 |
| HSL | 347.5º | 0.11% | 0.56% | - |
| HSV(B) | 347.5º | 0.16% | 0.6% | - |
| XYZ | 25.68 | 24.58 | 26.31 | - |
| YUV | 137.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 135 | 0 | 0.16 | 0.12 | 0.40 | 347.5 | 0.11 | 0.56 |
| Hex | 9A | 82 | 87 | 0 | 10 | C | 28 | 15C | B | 38 |
| Octal | 232 | 202 | 207 | 0 | 20 | 14 | 50 | 534 | 13 | 70 |
| Binary | 10011010 | 10000010 | 10000111 | 0 | 10000 | 1100 | 101000 | 101011100 | 1011 | 111000 |
Color Harmonies of #9A8287
Complementary color
Monochromatic Colors of #9A8287
Black with #9A8287
Text Example
Text Example
White with #9A8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8287; }
p { color: rgb(154,130,135); }
H1.HeaderClassName
{
color: #9A8287;
}
.AnyTagClassName
{
color: #9A8287;
}
</style>
background-color css
<style>
a { background-color: #9A8287; }
a { background-color: rgb(154,130,135); }
div.DivClassName
{
background-color: #9A8287;
}
.BgClassName
{
background-color: #9A8287;
}
</style>
border-color css
<style>
span { border-color: #9A8287; }
span { border-color: rgb(154,130,135); }
td.TdClassName
{
border-color: #9A8287;
}
.TagClassName
{
border-color: #9A8287;
}
</style>