Shades of Venus #9A858D
Tints of Venus #9A858D
RGB
CMYK
RGB Variations
Color information
#9A858D (or 0x9A858D) is known color: Venus. HEX triplet: 9A, 85 and 8D. RGB value is (154,133,141). Sum of RGB (Red+Green+Blue) = 154+133+141=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 154 - color contains mainly: red. Hex color #9A858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A858D is #657A72. Grayscale: #8C8C8C. Windows color (decimal): -6650483 or 9274778. OLE color: 9274778.
HSL color Cylindrical-coordinate representation of color #9A858D: hue angle of 337.14º 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 #9A858D is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
RGB | 154 | 133 | 141 | - |
CMYK | 0 | 0.14 | 0.08 | 0.40 |
HSL | 337.14º | 0.09% | 0.56% | - |
HSV(B) | 337.14º | 0.14% | 0.6% | - |
XYZ | 26.52 | 25.57 | 28.74 | - |
YUV | 140.19 | 128.46 | 137.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 133 | 141 | 0 | 0.14 | 0.08 | 0.40 | 337.14 | 0.09 | 0.56 |
Hex | 9A | 85 | 8D | 0 | E | 8 | 28 | 151 | 9 | 38 |
Octal | 232 | 205 | 215 | 0 | 16 | 10 | 50 | 521 | 11 | 70 |
Binary | 10011010 | 10000101 | 10001101 | 0 | 1110 | 1000 | 101000 | 101010001 | 1001 | 111000 |
Color Harmonies of #9A858D
Complementary color
Monochromatic Colors of #9A858D
Black with #9A858D
Text Example
Text Example
White with #9A858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A858D; }
p { color: rgb(154,133,141); }
H1.HeaderClassName
{
color: #9A858D;
}
.AnyTagClassName
{
color: #9A858D;
}
</style>
background-color css
<style>
a { background-color: #9A858D; }
a { background-color: rgb(154,133,141); }
div.DivClassName
{
background-color: #9A858D;
}
.BgClassName
{
background-color: #9A858D;
}
</style>
border-color css
<style>
span { border-color: #9A858D; }
span { border-color: rgb(154,133,141); }
td.TdClassName
{
border-color: #9A858D;
}
.TagClassName
{
border-color: #9A858D;
}
</style>