Shades of Venus #948085
Tints of Venus #948085
RGB
CMYK
RGB Variations
Color information
#948085 (or 0x948085) is known color: Venus. HEX triplet: 94, 80 and 85. RGB value is (148,128,133). Sum of RGB (Red+Green+Blue) = 148+128+133=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948085 is #6B7F7A. Grayscale: #868686. Windows color (decimal): -7044987 or 8749204. OLE color: 8749204.
HSL color Cylindrical-coordinate representation of color #948085: hue angle of 345º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948085 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 133 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.42 |
| HSL | 345º | 0.09% | 0.54% | - |
| HSV(B) | 345º | 0.14% | 0.58% | - |
| XYZ | 24.17 | 23.43 | 25.44 | - |
| YUV | 134.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 133 | 0 | 0.14 | 0.10 | 0.42 | 345 | 0.09 | 0.54 |
| Hex | 94 | 80 | 85 | 0 | E | A | 2A | 159 | 9 | 36 |
| Octal | 224 | 200 | 205 | 0 | 16 | 12 | 52 | 531 | 11 | 66 |
| Binary | 10010100 | 10000000 | 10000101 | 0 | 1110 | 1010 | 101010 | 101011001 | 1001 | 110110 |
Color Harmonies of #948085
Complementary color
Monochromatic Colors of #948085
Black with #948085
Text Example
Text Example
White with #948085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948085; }
p { color: rgb(148,128,133); }
H1.HeaderClassName
{
color: #948085;
}
.AnyTagClassName
{
color: #948085;
}
</style>
background-color css
<style>
a { background-color: #948085; }
a { background-color: rgb(148,128,133); }
div.DivClassName
{
background-color: #948085;
}
.BgClassName
{
background-color: #948085;
}
</style>
border-color css
<style>
span { border-color: #948085; }
span { border-color: rgb(148,128,133); }
td.TdClassName
{
border-color: #948085;
}
.TagClassName
{
border-color: #948085;
}
</style>