Shades of Venus #93878A
Tints of Venus #93878A
RGB
CMYK
RGB Variations
Color information
#93878A (or 0x93878A) is known color: Venus. HEX triplet: 93, 87 and 8A. RGB value is (147,135,138). Sum of RGB (Red+Green+Blue) = 147+135+138=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #93878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93878A is #6C7875. Grayscale: #8A8A8A. Windows color (decimal): -7108726 or 9078675. OLE color: 9078675.
HSL color Cylindrical-coordinate representation of color #93878A: hue angle of 345º 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 #93878A is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 135 | 138 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.42 |
| HSL | 345º | 0.05% | 0.55% | - |
| HSV(B) | 345º | 0.08% | 0.58% | - |
| XYZ | 25.28 | 25.37 | 27.61 | - |
| YUV | 138.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 138 | 0 | 0.08 | 0.06 | 0.42 | 345 | 0.05 | 0.55 |
| Hex | 93 | 87 | 8A | 0 | 8 | 6 | 2A | 159 | 5 | 37 |
| Octal | 223 | 207 | 212 | 0 | 10 | 6 | 52 | 531 | 5 | 67 |
| Binary | 10010011 | 10000111 | 10001010 | 0 | 1000 | 110 | 101010 | 101011001 | 101 | 110111 |
Color Harmonies of #93878A
Complementary color
Monochromatic Colors of #93878A
Black with #93878A
Text Example
Text Example
White with #93878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93878A; }
p { color: rgb(147,135,138); }
H1.HeaderClassName
{
color: #93878A;
}
.AnyTagClassName
{
color: #93878A;
}
</style>
background-color css
<style>
a { background-color: #93878A; }
a { background-color: rgb(147,135,138); }
div.DivClassName
{
background-color: #93878A;
}
.BgClassName
{
background-color: #93878A;
}
</style>
border-color css
<style>
span { border-color: #93878A; }
span { border-color: rgb(147,135,138); }
td.TdClassName
{
border-color: #93878A;
}
.TagClassName
{
border-color: #93878A;
}
</style>