Shades of Venus #9A828B
Tints of Venus #9A828B
RGB
CMYK
RGB Variations
Color information
#9A828B (or 0x9A828B) is known color: Venus. HEX triplet: 9A, 82 and 8B. RGB value is (154,130,139). Sum of RGB (Red+Green+Blue) = 154+130+139=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 154 - color contains mainly: red. Hex color #9A828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A828B is #657D74. Grayscale: #8A8A8A. Windows color (decimal): -6651253 or 9142938. OLE color: 9142938.
HSL color Cylindrical-coordinate representation of color #9A828B: hue angle of 337.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 #9A828B is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 139 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.40 |
| HSL | 337.5º | 0.11% | 0.56% | - |
| HSV(B) | 337.5º | 0.16% | 0.6% | - |
| XYZ | 25.97 | 24.7 | 27.82 | - |
| YUV | 138.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 139 | 0 | 0.16 | 0.10 | 0.40 | 337.5 | 0.11 | 0.56 |
| Hex | 9A | 82 | 8B | 0 | 10 | A | 28 | 152 | B | 38 |
| Octal | 232 | 202 | 213 | 0 | 20 | 12 | 50 | 522 | 13 | 70 |
| Binary | 10011010 | 10000010 | 10001011 | 0 | 10000 | 1010 | 101000 | 101010010 | 1011 | 111000 |
Color Harmonies of #9A828B
Complementary color
Monochromatic Colors of #9A828B
Black with #9A828B
Text Example
Text Example
White with #9A828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A828B; }
p { color: rgb(154,130,139); }
H1.HeaderClassName
{
color: #9A828B;
}
.AnyTagClassName
{
color: #9A828B;
}
</style>
background-color css
<style>
a { background-color: #9A828B; }
a { background-color: rgb(154,130,139); }
div.DivClassName
{
background-color: #9A828B;
}
.BgClassName
{
background-color: #9A828B;
}
</style>
border-color css
<style>
span { border-color: #9A828B; }
span { border-color: rgb(154,130,139); }
td.TdClassName
{
border-color: #9A828B;
}
.TagClassName
{
border-color: #9A828B;
}
</style>