Shades of Venus #9A8388
Tints of Venus #9A8388
RGB
CMYK
RGB Variations
Color information
#9A8388 (or 0x9A8388) is known color: Venus. HEX triplet: 9A, 83 and 88. RGB value is (154,131,136). Sum of RGB (Red+Green+Blue) = 154+131+136=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8388 is #657C77. Grayscale: #8A8A8A. Windows color (decimal): -6651000 or 8946586. OLE color: 8946586.
HSL color Cylindrical-coordinate representation of color #9A8388: hue angle of 346.96º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9A8388 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 136 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.40 |
| HSL | 346.96º | 0.1% | 0.56% | - |
| HSV(B) | 346.96º | 0.15% | 0.6% | - |
| XYZ | 25.89 | 24.88 | 26.73 | - |
| YUV | 138.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 136 | 0 | 0.15 | 0.12 | 0.40 | 346.96 | 0.1 | 0.56 |
| Hex | 9A | 83 | 88 | 0 | F | C | 28 | 15B | A | 38 |
| Octal | 232 | 203 | 210 | 0 | 17 | 14 | 50 | 533 | 12 | 70 |
| Binary | 10011010 | 10000011 | 10001000 | 0 | 1111 | 1100 | 101000 | 101011011 | 1010 | 111000 |
Color Harmonies of #9A8388
Complementary color
Monochromatic Colors of #9A8388
Black with #9A8388
Text Example
Text Example
White with #9A8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8388; }
p { color: rgb(154,131,136); }
H1.HeaderClassName
{
color: #9A8388;
}
.AnyTagClassName
{
color: #9A8388;
}
</style>
background-color css
<style>
a { background-color: #9A8388; }
a { background-color: rgb(154,131,136); }
div.DivClassName
{
background-color: #9A8388;
}
.BgClassName
{
background-color: #9A8388;
}
</style>
border-color css
<style>
span { border-color: #9A8388; }
span { border-color: rgb(154,131,136); }
td.TdClassName
{
border-color: #9A8388;
}
.TagClassName
{
border-color: #9A8388;
}
</style>