Shades of Venus #9B848A
Tints of Venus #9B848A
RGB
CMYK
RGB Variations
Color information
#9B848A (or 0x9B848A) is known color: Venus. HEX triplet: 9B, 84 and 8A. RGB value is (155,132,138). Sum of RGB (Red+Green+Blue) = 155+132+138=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 155 - color contains mainly: red. Hex color #9B848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B848A is #647B75. Grayscale: #8B8B8B. Windows color (decimal): -6585206 or 9077915. OLE color: 9077915.
HSL color Cylindrical-coordinate representation of color #9B848A: hue angle of 344.35º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B848A is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 138 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.39 |
| HSL | 344.35º | 0.1% | 0.56% | - |
| HSV(B) | 344.35º | 0.15% | 0.61% | - |
| XYZ | 26.36 | 25.31 | 27.54 | - |
| YUV | 139.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 138 | 0 | 0.15 | 0.11 | 0.39 | 344.35 | 0.1 | 0.56 |
| Hex | 9B | 84 | 8A | 0 | F | B | 27 | 158 | A | 38 |
| Octal | 233 | 204 | 212 | 0 | 17 | 13 | 47 | 530 | 12 | 70 |
| Binary | 10011011 | 10000100 | 10001010 | 0 | 1111 | 1011 | 100111 | 101011000 | 1010 | 111000 |
Color Harmonies of #9B848A
Complementary color
Monochromatic Colors of #9B848A
Black with #9B848A
Text Example
Text Example
White with #9B848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B848A; }
p { color: rgb(155,132,138); }
H1.HeaderClassName
{
color: #9B848A;
}
.AnyTagClassName
{
color: #9B848A;
}
</style>
background-color css
<style>
a { background-color: #9B848A; }
a { background-color: rgb(155,132,138); }
div.DivClassName
{
background-color: #9B848A;
}
.BgClassName
{
background-color: #9B848A;
}
</style>
border-color css
<style>
span { border-color: #9B848A; }
span { border-color: rgb(155,132,138); }
td.TdClassName
{
border-color: #9B848A;
}
.TagClassName
{
border-color: #9B848A;
}
</style>