Shades of Venus #938F90
Tints of Venus #938F90
RGB
CMYK
RGB Variations
Color information
#938F90 (or 0x938F90) is known color: Venus. HEX triplet: 93, 8F and 90. RGB value is (147,143,144). Sum of RGB (Red+Green+Blue) = 147+143+144=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 147 - color contains mainly: red. Hex color #938F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938F90 is #6C706F. Grayscale: #909090. Windows color (decimal): -7106672 or 9473939. OLE color: 9473939.
HSL color Cylindrical-coordinate representation of color #938F90: hue angle of 345º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #938F90 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 144 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.42 |
| HSL | 345º | 0.02% | 0.57% | - |
| HSV(B) | 345º | 0.03% | 0.58% | - |
| XYZ | 26.89 | 27.86 | 30.35 | - |
| YUV | 144.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 144 | 0 | 0.03 | 0.02 | 0.42 | 345 | 0.02 | 0.57 |
| Hex | 93 | 8F | 90 | 0 | 3 | 2 | 2A | 159 | 2 | 39 |
| Octal | 223 | 217 | 220 | 0 | 3 | 2 | 52 | 531 | 2 | 71 |
| Binary | 10010011 | 10001111 | 10010000 | 0 | 11 | 10 | 101010 | 101011001 | 10 | 111001 |
Color Harmonies of #938F90
Complementary color
Monochromatic Colors of #938F90
Black with #938F90
Text Example
Text Example
White with #938F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F90; }
p { color: rgb(147,143,144); }
H1.HeaderClassName
{
color: #938F90;
}
.AnyTagClassName
{
color: #938F90;
}
</style>
background-color css
<style>
a { background-color: #938F90; }
a { background-color: rgb(147,143,144); }
div.DivClassName
{
background-color: #938F90;
}
.BgClassName
{
background-color: #938F90;
}
</style>
border-color css
<style>
span { border-color: #938F90; }
span { border-color: rgb(147,143,144); }
td.TdClassName
{
border-color: #938F90;
}
.TagClassName
{
border-color: #938F90;
}
</style>