Shades of Venus #948D8E
Tints of Venus #948D8E
RGB
CMYK
RGB Variations
Color information
#948D8E (or 0x948D8E) is known color: Venus. HEX triplet: 94, 8D and 8E. RGB value is (148,141,142). Sum of RGB (Red+Green+Blue) = 148+141+142=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 148 - color contains mainly: red. Hex color #948D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948D8E is #6B7271. Grayscale: #8F8F8F. Windows color (decimal): -7041650 or 9342356. OLE color: 9342356.
HSL color Cylindrical-coordinate representation of color #948D8E: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #948D8E is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 142 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.42 |
| HSL | 351.43º | 0.03% | 0.57% | - |
| HSV(B) | 351.43º | 0.05% | 0.58% | - |
| XYZ | 26.62 | 27.3 | 29.46 | - |
| YUV | 143.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 142 | 0 | 0.05 | 0.04 | 0.42 | 351.43 | 0.03 | 0.57 |
| Hex | 94 | 8D | 8E | 0 | 5 | 4 | 2A | 15F | 3 | 39 |
| Octal | 224 | 215 | 216 | 0 | 5 | 4 | 52 | 537 | 3 | 71 |
| Binary | 10010100 | 10001101 | 10001110 | 0 | 101 | 100 | 101010 | 101011111 | 11 | 111001 |
Color Harmonies of #948D8E
Complementary color
Monochromatic Colors of #948D8E
Black with #948D8E
Text Example
Text Example
White with #948D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D8E; }
p { color: rgb(148,141,142); }
H1.HeaderClassName
{
color: #948D8E;
}
.AnyTagClassName
{
color: #948D8E;
}
</style>
background-color css
<style>
a { background-color: #948D8E; }
a { background-color: rgb(148,141,142); }
div.DivClassName
{
background-color: #948D8E;
}
.BgClassName
{
background-color: #948D8E;
}
</style>
border-color css
<style>
span { border-color: #948D8E; }
span { border-color: rgb(148,141,142); }
td.TdClassName
{
border-color: #948D8E;
}
.TagClassName
{
border-color: #948D8E;
}
</style>