Shades of Venus #948389
Tints of Venus #948389
RGB
CMYK
RGB Variations
Color information
#948389 (or 0x948389) is known color: Venus. HEX triplet: 94, 83 and 89. RGB value is (148,131,137). Sum of RGB (Red+Green+Blue) = 148+131+137=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948389 is #6B7C76. Grayscale: #888888. Windows color (decimal): -7044215 or 9012116. OLE color: 9012116.
HSL color Cylindrical-coordinate representation of color #948389: hue angle of 338.82º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #948389 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 131 | 137 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.42 |
| HSL | 338.82º | 0.07% | 0.55% | - |
| HSV(B) | 338.82º | 0.11% | 0.58% | - |
| XYZ | 24.84 | 24.33 | 27.05 | - |
| YUV | 136.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 137 | 0 | 0.11 | 0.07 | 0.42 | 338.82 | 0.07 | 0.55 |
| Hex | 94 | 83 | 89 | 0 | B | 7 | 2A | 153 | 7 | 37 |
| Octal | 224 | 203 | 211 | 0 | 13 | 7 | 52 | 523 | 7 | 67 |
| Binary | 10010100 | 10000011 | 10001001 | 0 | 1011 | 111 | 101010 | 101010011 | 111 | 110111 |
Color Harmonies of #948389
Complementary color
Monochromatic Colors of #948389
Black with #948389
Text Example
Text Example
White with #948389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948389; }
p { color: rgb(148,131,137); }
H1.HeaderClassName
{
color: #948389;
}
.AnyTagClassName
{
color: #948389;
}
</style>
background-color css
<style>
a { background-color: #948389; }
a { background-color: rgb(148,131,137); }
div.DivClassName
{
background-color: #948389;
}
.BgClassName
{
background-color: #948389;
}
</style>
border-color css
<style>
span { border-color: #948389; }
span { border-color: rgb(148,131,137); }
td.TdClassName
{
border-color: #948389;
}
.TagClassName
{
border-color: #948389;
}
</style>