Shades of Amulet #8B9983
Tints of Amulet #8B9983
RGB
CMYK
RGB Variations
Color information
#8B9983 (or 0x8B9983) is known color: Amulet. HEX triplet: 8B, 99 and 83. RGB value is (139,153,131). Sum of RGB (Red+Green+Blue) = 139+153+131=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9983 is #74667C. Grayscale: #929292. Windows color (decimal): -7628413 or 8624523. OLE color: 8624523.
HSL color Cylindrical-coordinate representation of color #8B9983: hue angle of 98.18º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B9983 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 131 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.4 |
| HSL | 98.18º | 0.1% | 0.56% | - |
| HSV(B) | 98.18º | 0.14% | 0.6% | - |
| XYZ | 26.14 | 29.91 | 25.87 | - |
| YUV | 146.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 131 | 0.09 | 0 | 0.14 | 0.4 | 98.18 | 0.1 | 0.56 |
| Hex | 8B | 99 | 83 | 9 | 0 | E | 28 | 62 | A | 38 |
| Octal | 213 | 231 | 203 | 11 | 0 | 16 | 50 | 142 | 12 | 70 |
| Binary | 10001011 | 10011001 | 10000011 | 1001 | 0 | 1110 | 101000 | 1100010 | 1010 | 111000 |
Color Harmonies of #8B9983
Complementary color
Monochromatic Colors of #8B9983
Black with #8B9983
Text Example
Text Example
White with #8B9983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9983; }
p { color: rgb(139,153,131); }
H1.HeaderClassName
{
color: #8B9983;
}
.AnyTagClassName
{
color: #8B9983;
}
</style>
background-color css
<style>
a { background-color: #8B9983; }
a { background-color: rgb(139,153,131); }
div.DivClassName
{
background-color: #8B9983;
}
.BgClassName
{
background-color: #8B9983;
}
</style>
border-color css
<style>
span { border-color: #8B9983; }
span { border-color: rgb(139,153,131); }
td.TdClassName
{
border-color: #8B9983;
}
.TagClassName
{
border-color: #8B9983;
}
</style>