Shades of Venus #947A82
Tints of Venus #947A82
RGB
CMYK
RGB Variations
Color information
#947A82 (or 0x947A82) is known color: Venus. HEX triplet: 94, 7A and 82. RGB value is (148,122,130). Sum of RGB (Red+Green+Blue) = 148+122+130=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947A82 is #6B857D. Grayscale: #828282. Windows color (decimal): -7046526 or 8551060. OLE color: 8551060.
HSL color Cylindrical-coordinate representation of color #947A82: hue angle of 341.54º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #947A82 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 130 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.42 |
| HSL | 341.54º | 0.11% | 0.53% | - |
| HSV(B) | 341.54º | 0.18% | 0.58% | - |
| XYZ | 23.2 | 21.83 | 24.11 | - |
| YUV | 130.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 130 | 0 | 0.18 | 0.12 | 0.42 | 341.54 | 0.11 | 0.53 |
| Hex | 94 | 7A | 82 | 0 | 12 | C | 2A | 156 | B | 35 |
| Octal | 224 | 172 | 202 | 0 | 22 | 14 | 52 | 526 | 13 | 65 |
| Binary | 10010100 | 1111010 | 10000010 | 0 | 10010 | 1100 | 101010 | 101010110 | 1011 | 110101 |
Color Harmonies of #947A82
Complementary color
Monochromatic Colors of #947A82
Black with #947A82
Text Example
Text Example
White with #947A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A82; }
p { color: rgb(148,122,130); }
H1.HeaderClassName
{
color: #947A82;
}
.AnyTagClassName
{
color: #947A82;
}
</style>
background-color css
<style>
a { background-color: #947A82; }
a { background-color: rgb(148,122,130); }
div.DivClassName
{
background-color: #947A82;
}
.BgClassName
{
background-color: #947A82;
}
</style>
border-color css
<style>
span { border-color: #947A82; }
span { border-color: rgb(148,122,130); }
td.TdClassName
{
border-color: #947A82;
}
.TagClassName
{
border-color: #947A82;
}
</style>