Shades of Venus #8B8183
Tints of Venus #8B8183
RGB
CMYK
RGB Variations
Color information
#8B8183 (or 0x8B8183) is known color: Venus. HEX triplet: 8B, 81 and 83. RGB value is (139,129,131). Sum of RGB (Red+Green+Blue) = 139+129+131=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8183 is #747E7C. Grayscale: #848484. Windows color (decimal): -7634557 or 8618379. OLE color: 8618379.
HSL color Cylindrical-coordinate representation of color #8B8183: hue angle of 348º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8183 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 129 | 131 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.45 |
| HSL | 348º | 0.04% | 0.53% | - |
| HSV(B) | 348º | 0.07% | 0.55% | - |
| XYZ | 22.59 | 22.83 | 24.69 | - |
| YUV | 132.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 129 | 131 | 0 | 0.07 | 0.06 | 0.45 | 348 | 0.04 | 0.53 |
| Hex | 8B | 81 | 83 | 0 | 7 | 6 | 2D | 15C | 4 | 35 |
| Octal | 213 | 201 | 203 | 0 | 7 | 6 | 55 | 534 | 4 | 65 |
| Binary | 10001011 | 10000001 | 10000011 | 0 | 111 | 110 | 101101 | 101011100 | 100 | 110101 |
Color Harmonies of #8B8183
Complementary color
Monochromatic Colors of #8B8183
Black with #8B8183
Text Example
Text Example
White with #8B8183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8183; }
p { color: rgb(139,129,131); }
H1.HeaderClassName
{
color: #8B8183;
}
.AnyTagClassName
{
color: #8B8183;
}
</style>
background-color css
<style>
a { background-color: #8B8183; }
a { background-color: rgb(139,129,131); }
div.DivClassName
{
background-color: #8B8183;
}
.BgClassName
{
background-color: #8B8183;
}
</style>
border-color css
<style>
span { border-color: #8B8183; }
span { border-color: rgb(139,129,131); }
td.TdClassName
{
border-color: #8B8183;
}
.TagClassName
{
border-color: #8B8183;
}
</style>