Shades of Venus #948082
Tints of Venus #948082
RGB
CMYK
RGB Variations
Color information
#948082 (or 0x948082) is known color: Venus. HEX triplet: 94, 80 and 82. RGB value is (148,128,130). Sum of RGB (Red+Green+Blue) = 148+128+130=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 148 - color contains mainly: red. Hex color #948082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948082 is #6B7F7D. Grayscale: #868686. Windows color (decimal): -7044990 or 8552596. OLE color: 8552596.
HSL color Cylindrical-coordinate representation of color #948082: hue angle of 354º 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 #948082 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 130 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.42 |
| HSL | 354º | 0.09% | 0.54% | - |
| HSV(B) | 354º | 0.14% | 0.58% | - |
| XYZ | 23.96 | 23.35 | 24.36 | - |
| YUV | 134.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 130 | 0 | 0.14 | 0.12 | 0.42 | 354 | 0.09 | 0.54 |
| Hex | 94 | 80 | 82 | 0 | E | C | 2A | 162 | 9 | 36 |
| Octal | 224 | 200 | 202 | 0 | 16 | 14 | 52 | 542 | 11 | 66 |
| Binary | 10010100 | 10000000 | 10000010 | 0 | 1110 | 1100 | 101010 | 101100010 | 1001 | 110110 |
Color Harmonies of #948082
Complementary color
Monochromatic Colors of #948082
Black with #948082
Text Example
Text Example
White with #948082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948082; }
p { color: rgb(148,128,130); }
H1.HeaderClassName
{
color: #948082;
}
.AnyTagClassName
{
color: #948082;
}
</style>
background-color css
<style>
a { background-color: #948082; }
a { background-color: rgb(148,128,130); }
div.DivClassName
{
background-color: #948082;
}
.BgClassName
{
background-color: #948082;
}
</style>
border-color css
<style>
span { border-color: #948082; }
span { border-color: rgb(148,128,130); }
td.TdClassName
{
border-color: #948082;
}
.TagClassName
{
border-color: #948082;
}
</style>