Shades of Venus #91898B
Tints of Venus #91898B
RGB
CMYK
RGB Variations
Color information
#91898B (or 0x91898B) is known color: Venus. HEX triplet: 91, 89 and 8B. RGB value is (145,137,139). Sum of RGB (Red+Green+Blue) = 145+137+139=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #91898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91898B is #6E7674. Grayscale: #8B8B8B. Windows color (decimal): -7239285 or 9144721. OLE color: 9144721.
HSL color Cylindrical-coordinate representation of color #91898B: hue angle of 345º 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 #91898B is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 139 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.43 |
| HSL | 345º | 0.04% | 0.55% | - |
| HSV(B) | 345º | 0.06% | 0.57% | - |
| XYZ | 25.28 | 25.78 | 28.07 | - |
| YUV | 139.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 139 | 0 | 0.06 | 0.04 | 0.43 | 345 | 0.04 | 0.55 |
| Hex | 91 | 89 | 8B | 0 | 6 | 4 | 2B | 159 | 4 | 37 |
| Octal | 221 | 211 | 213 | 0 | 6 | 4 | 53 | 531 | 4 | 67 |
| Binary | 10010001 | 10001001 | 10001011 | 0 | 110 | 100 | 101011 | 101011001 | 100 | 110111 |
Color Harmonies of #91898B
Complementary color
Monochromatic Colors of #91898B
Black with #91898B
Text Example
Text Example
White with #91898B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91898B; }
p { color: rgb(145,137,139); }
H1.HeaderClassName
{
color: #91898B;
}
.AnyTagClassName
{
color: #91898B;
}
</style>
background-color css
<style>
a { background-color: #91898B; }
a { background-color: rgb(145,137,139); }
div.DivClassName
{
background-color: #91898B;
}
.BgClassName
{
background-color: #91898B;
}
</style>
border-color css
<style>
span { border-color: #91898B; }
span { border-color: rgb(145,137,139); }
td.TdClassName
{
border-color: #91898B;
}
.TagClassName
{
border-color: #91898B;
}
</style>