Shades of Venus #93878C
Tints of Venus #93878C
RGB
CMYK
RGB Variations
Color information
#93878C (or 0x93878C) is known color: Venus. HEX triplet: 93, 87 and 8C. RGB value is (147,135,140). Sum of RGB (Red+Green+Blue) = 147+135+140=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #93878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93878C is #6C7873. Grayscale: #8B8B8B. Windows color (decimal): -7108724 or 9209747. OLE color: 9209747.
HSL color Cylindrical-coordinate representation of color #93878C: hue angle of 335º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93878C is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 135 | 140 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.42 |
| HSL | 335º | 0.05% | 0.55% | - |
| HSV(B) | 335º | 0.08% | 0.58% | - |
| XYZ | 25.43 | 25.42 | 28.38 | - |
| YUV | 139.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 140 | 0 | 0.08 | 0.05 | 0.42 | 335 | 0.05 | 0.55 |
| Hex | 93 | 87 | 8C | 0 | 8 | 5 | 2A | 14F | 5 | 37 |
| Octal | 223 | 207 | 214 | 0 | 10 | 5 | 52 | 517 | 5 | 67 |
| Binary | 10010011 | 10000111 | 10001100 | 0 | 1000 | 101 | 101010 | 101001111 | 101 | 110111 |
Color Harmonies of #93878C
Complementary color
Monochromatic Colors of #93878C
Black with #93878C
Text Example
Text Example
White with #93878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93878C; }
p { color: rgb(147,135,140); }
H1.HeaderClassName
{
color: #93878C;
}
.AnyTagClassName
{
color: #93878C;
}
</style>
background-color css
<style>
a { background-color: #93878C; }
a { background-color: rgb(147,135,140); }
div.DivClassName
{
background-color: #93878C;
}
.BgClassName
{
background-color: #93878C;
}
</style>
border-color css
<style>
span { border-color: #93878C; }
span { border-color: rgb(147,135,140); }
td.TdClassName
{
border-color: #93878C;
}
.TagClassName
{
border-color: #93878C;
}
</style>