Shades of Venus #9A858C
Tints of Venus #9A858C
RGB
CMYK
RGB Variations
Color information
#9A858C (or 0x9A858C) is known color: Venus. HEX triplet: 9A, 85 and 8C. RGB value is (154,133,140). Sum of RGB (Red+Green+Blue) = 154+133+140=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 154 - color contains mainly: red. Hex color #9A858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A858C is #657A73. Grayscale: #8C8C8C. Windows color (decimal): -6650484 or 9209242. OLE color: 9209242.
HSL color Cylindrical-coordinate representation of color #9A858C: hue angle of 340º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9A858C is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 133 | 140 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.40 |
| HSL | 340º | 0.09% | 0.56% | - |
| HSV(B) | 340º | 0.14% | 0.6% | - |
| XYZ | 26.45 | 25.54 | 28.35 | - |
| YUV | 140.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 140 | 0 | 0.14 | 0.09 | 0.40 | 340 | 0.09 | 0.56 |
| Hex | 9A | 85 | 8C | 0 | E | 9 | 28 | 154 | 9 | 38 |
| Octal | 232 | 205 | 214 | 0 | 16 | 11 | 50 | 524 | 11 | 70 |
| Binary | 10011010 | 10000101 | 10001100 | 0 | 1110 | 1001 | 101000 | 101010100 | 1001 | 111000 |
Color Harmonies of #9A858C
Complementary color
Monochromatic Colors of #9A858C
Black with #9A858C
Text Example
Text Example
White with #9A858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A858C; }
p { color: rgb(154,133,140); }
H1.HeaderClassName
{
color: #9A858C;
}
.AnyTagClassName
{
color: #9A858C;
}
</style>
background-color css
<style>
a { background-color: #9A858C; }
a { background-color: rgb(154,133,140); }
div.DivClassName
{
background-color: #9A858C;
}
.BgClassName
{
background-color: #9A858C;
}
</style>
border-color css
<style>
span { border-color: #9A858C; }
span { border-color: rgb(154,133,140); }
td.TdClassName
{
border-color: #9A858C;
}
.TagClassName
{
border-color: #9A858C;
}
</style>