Shades of Opium #94807E
Tints of Opium #94807E
RGB
CMYK
RGB Variations
Color information
#94807E (or 0x94807E) is known color: Opium. HEX triplet: 94, 80 and 7E. RGB value is (148,128,126). Sum of RGB (Red+Green+Blue) = 148+128+126=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 148 - color contains mainly: red. Hex color #94807E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94807E is #6B7F81. Grayscale: #858585. Windows color (decimal): -7044994 or 8290452. OLE color: 8290452.
HSL color Cylindrical-coordinate representation of color #94807E: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #94807E is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 128 | 126 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.42 |
| HSL | 5.45º | 0.09% | 0.54% | - |
| HSV(B) | 5.45º | 0.15% | 0.58% | - |
| XYZ | 23.7 | 23.24 | 22.98 | - |
| YUV | 133.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 128 | 126 | 0 | 0.14 | 0.15 | 0.42 | 5.45 | 0.09 | 0.54 |
| Hex | 94 | 80 | 7E | 0 | E | F | 2A | 5 | 9 | 36 |
| Octal | 224 | 200 | 176 | 0 | 16 | 17 | 52 | 5 | 11 | 66 |
| Binary | 10010100 | 10000000 | 1111110 | 0 | 1110 | 1111 | 101010 | 101 | 1001 | 110110 |
Color Harmonies of #94807E
Complementary color
Monochromatic Colors of #94807E
Black with #94807E
Text Example
Text Example
White with #94807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94807E; }
p { color: rgb(148,128,126); }
H1.HeaderClassName
{
color: #94807E;
}
.AnyTagClassName
{
color: #94807E;
}
</style>
background-color css
<style>
a { background-color: #94807E; }
a { background-color: rgb(148,128,126); }
div.DivClassName
{
background-color: #94807E;
}
.BgClassName
{
background-color: #94807E;
}
</style>
border-color css
<style>
span { border-color: #94807E; }
span { border-color: rgb(148,128,126); }
td.TdClassName
{
border-color: #94807E;
}
.TagClassName
{
border-color: #94807E;
}
</style>