Shades of Venus #9A848B
Tints of Venus #9A848B
RGB
CMYK
RGB Variations
Color information
#9A848B (or 0x9A848B) is known color: Venus. HEX triplet: 9A, 84 and 8B. RGB value is (154,132,139). Sum of RGB (Red+Green+Blue) = 154+132+139=425 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.24% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 154 - color contains mainly: red. Hex color #9A848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A848B is #657B74. Grayscale: #8B8B8B. Windows color (decimal): -6650741 or 9143450. OLE color: 9143450.
HSL color Cylindrical-coordinate representation of color #9A848B: hue angle of 340.91º degrees, saturation: 0.1, 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 #9A848B is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 132 | 139 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.40 |
| HSL | 340.91º | 0.1% | 0.56% | - |
| HSV(B) | 340.91º | 0.14% | 0.6% | - |
| XYZ | 26.24 | 25.24 | 27.91 | - |
| YUV | 139.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 139 | 0 | 0.14 | 0.10 | 0.40 | 340.91 | 0.1 | 0.56 |
| Hex | 9A | 84 | 8B | 0 | E | A | 28 | 155 | A | 38 |
| Octal | 232 | 204 | 213 | 0 | 16 | 12 | 50 | 525 | 12 | 70 |
| Binary | 10011010 | 10000100 | 10001011 | 0 | 1110 | 1010 | 101000 | 101010101 | 1010 | 111000 |
Color Harmonies of #9A848B
Complementary color
Monochromatic Colors of #9A848B
Black with #9A848B
Text Example
Text Example
White with #9A848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A848B; }
p { color: rgb(154,132,139); }
H1.HeaderClassName
{
color: #9A848B;
}
.AnyTagClassName
{
color: #9A848B;
}
</style>
background-color css
<style>
a { background-color: #9A848B; }
a { background-color: rgb(154,132,139); }
div.DivClassName
{
background-color: #9A848B;
}
.BgClassName
{
background-color: #9A848B;
}
</style>
border-color css
<style>
span { border-color: #9A848B; }
span { border-color: rgb(154,132,139); }
td.TdClassName
{
border-color: #9A848B;
}
.TagClassName
{
border-color: #9A848B;
}
</style>