Shades of Venus #91848A
Tints of Venus #91848A
RGB
CMYK
RGB Variations
Color information
#91848A (or 0x91848A) is known color: Venus. HEX triplet: 91, 84 and 8A. RGB value is (145,132,138). Sum of RGB (Red+Green+Blue) = 145+132+138=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 145 - color contains mainly: red. Hex color #91848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91848A is #6E7B75. Grayscale: #888888. Windows color (decimal): -7240566 or 9077905. OLE color: 9077905.
HSL color Cylindrical-coordinate representation of color #91848A: hue angle of 332.31º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91848A is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 132 | 138 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.43 |
| HSL | 332.31º | 0.06% | 0.54% | - |
| HSV(B) | 332.31º | 0.09% | 0.57% | - |
| XYZ | 24.52 | 24.36 | 27.45 | - |
| YUV | 136.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 138 | 0 | 0.09 | 0.05 | 0.43 | 332.31 | 0.06 | 0.54 |
| Hex | 91 | 84 | 8A | 0 | 9 | 5 | 2B | 14C | 6 | 36 |
| Octal | 221 | 204 | 212 | 0 | 11 | 5 | 53 | 514 | 6 | 66 |
| Binary | 10010001 | 10000100 | 10001010 | 0 | 1001 | 101 | 101011 | 101001100 | 110 | 110110 |
Color Harmonies of #91848A
Complementary color
Monochromatic Colors of #91848A
Black with #91848A
Text Example
Text Example
White with #91848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91848A; }
p { color: rgb(145,132,138); }
H1.HeaderClassName
{
color: #91848A;
}
.AnyTagClassName
{
color: #91848A;
}
</style>
background-color css
<style>
a { background-color: #91848A; }
a { background-color: rgb(145,132,138); }
div.DivClassName
{
background-color: #91848A;
}
.BgClassName
{
background-color: #91848A;
}
</style>
border-color css
<style>
span { border-color: #91848A; }
span { border-color: rgb(145,132,138); }
td.TdClassName
{
border-color: #91848A;
}
.TagClassName
{
border-color: #91848A;
}
</style>