Shades of Venus #91888B
Tints of Venus #91888B
RGB
CMYK
RGB Variations
Color information
#91888B (or 0x91888B) is known color: Venus. HEX triplet: 91, 88 and 8B. RGB value is (145,136,139). Sum of RGB (Red+Green+Blue) = 145+136+139=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #91888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91888B is #6E7774. Grayscale: #8B8B8B. Windows color (decimal): -7239541 or 9144465. OLE color: 9144465.
HSL color Cylindrical-coordinate representation of color #91888B: hue angle of 340º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #91888B is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 139 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.43 |
| HSL | 340º | 0.04% | 0.55% | - |
| HSV(B) | 340º | 0.06% | 0.57% | - |
| XYZ | 25.14 | 25.49 | 28.02 | - |
| YUV | 139.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 139 | 0 | 0.06 | 0.04 | 0.43 | 340 | 0.04 | 0.55 |
| Hex | 91 | 88 | 8B | 0 | 6 | 4 | 2B | 154 | 4 | 37 |
| Octal | 221 | 210 | 213 | 0 | 6 | 4 | 53 | 524 | 4 | 67 |
| Binary | 10010001 | 10001000 | 10001011 | 0 | 110 | 100 | 101011 | 101010100 | 100 | 110111 |
Color Harmonies of #91888B
Complementary color
Monochromatic Colors of #91888B
Black with #91888B
Text Example
Text Example
White with #91888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91888B; }
p { color: rgb(145,136,139); }
H1.HeaderClassName
{
color: #91888B;
}
.AnyTagClassName
{
color: #91888B;
}
</style>
background-color css
<style>
a { background-color: #91888B; }
a { background-color: rgb(145,136,139); }
div.DivClassName
{
background-color: #91888B;
}
.BgClassName
{
background-color: #91888B;
}
</style>
border-color css
<style>
span { border-color: #91888B; }
span { border-color: rgb(145,136,139); }
td.TdClassName
{
border-color: #91888B;
}
.TagClassName
{
border-color: #91888B;
}
</style>