Shades of Venus #93858A
Tints of Venus #93858A
RGB
CMYK
RGB Variations
Color information
#93858A (or 0x93858A) is known color: Venus. HEX triplet: 93, 85 and 8A. RGB value is (147,133,138). Sum of RGB (Red+Green+Blue) = 147+133+138=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93858A is #6C7A75. Grayscale: #898989. Windows color (decimal): -7109238 or 9078163. OLE color: 9078163.
HSL color Cylindrical-coordinate representation of color #93858A: hue angle of 338.57º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93858A is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 133 | 138 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.42 |
| HSL | 338.57º | 0.06% | 0.55% | - |
| HSV(B) | 338.57º | 0.1% | 0.58% | - |
| XYZ | 25.01 | 24.81 | 27.52 | - |
| YUV | 137.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 138 | 0 | 0.10 | 0.06 | 0.42 | 338.57 | 0.06 | 0.55 |
| Hex | 93 | 85 | 8A | 0 | A | 6 | 2A | 153 | 6 | 37 |
| Octal | 223 | 205 | 212 | 0 | 12 | 6 | 52 | 523 | 6 | 67 |
| Binary | 10010011 | 10000101 | 10001010 | 0 | 1010 | 110 | 101010 | 101010011 | 110 | 110111 |
Color Harmonies of #93858A
Complementary color
Monochromatic Colors of #93858A
Black with #93858A
Text Example
Text Example
White with #93858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93858A; }
p { color: rgb(147,133,138); }
H1.HeaderClassName
{
color: #93858A;
}
.AnyTagClassName
{
color: #93858A;
}
</style>
background-color css
<style>
a { background-color: #93858A; }
a { background-color: rgb(147,133,138); }
div.DivClassName
{
background-color: #93858A;
}
.BgClassName
{
background-color: #93858A;
}
</style>
border-color css
<style>
span { border-color: #93858A; }
span { border-color: rgb(147,133,138); }
td.TdClassName
{
border-color: #93858A;
}
.TagClassName
{
border-color: #93858A;
}
</style>