Shades of Opium #94817E
Tints of Opium #94817E
RGB
CMYK
RGB Variations
Color information
#94817E (or 0x94817E) is known color: Opium. HEX triplet: 94, 81 and 7E. RGB value is (148,129,126). Sum of RGB (Red+Green+Blue) = 148+129+126=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94817E is #6B7E81. Grayscale: #868686. Windows color (decimal): -7044738 or 8290708. OLE color: 8290708.
HSL color Cylindrical-coordinate representation of color #94817E: hue angle of 8.18º 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 #94817E is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 129 | 126 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.42 |
| HSL | 8.18º | 0.09% | 0.54% | - |
| HSV(B) | 8.18º | 0.15% | 0.58% | - |
| XYZ | 23.83 | 23.5 | 23.02 | - |
| YUV | 134.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 126 | 0 | 0.13 | 0.15 | 0.42 | 8.18 | 0.09 | 0.54 |
| Hex | 94 | 81 | 7E | 0 | D | F | 2A | 8 | 9 | 36 |
| Octal | 224 | 201 | 176 | 0 | 15 | 17 | 52 | 10 | 11 | 66 |
| Binary | 10010100 | 10000001 | 1111110 | 0 | 1101 | 1111 | 101010 | 1000 | 1001 | 110110 |
Color Harmonies of #94817E
Complementary color
Monochromatic Colors of #94817E
Black with #94817E
Text Example
Text Example
White with #94817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94817E; }
p { color: rgb(148,129,126); }
H1.HeaderClassName
{
color: #94817E;
}
.AnyTagClassName
{
color: #94817E;
}
</style>
background-color css
<style>
a { background-color: #94817E; }
a { background-color: rgb(148,129,126); }
div.DivClassName
{
background-color: #94817E;
}
.BgClassName
{
background-color: #94817E;
}
</style>
border-color css
<style>
span { border-color: #94817E; }
span { border-color: rgb(148,129,126); }
td.TdClassName
{
border-color: #94817E;
}
.TagClassName
{
border-color: #94817E;
}
</style>