Shades of Amulet #8B9883
Tints of Amulet #8B9883
RGB
CMYK
RGB Variations
Color information
#8B9883 (or 0x8B9883) is known color: Amulet. HEX triplet: 8B, 98 and 83. RGB value is (139,152,131). Sum of RGB (Red+Green+Blue) = 139+152+131=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9883 is #74677C. Grayscale: #919191. Windows color (decimal): -7628669 or 8624267. OLE color: 8624267.
HSL color Cylindrical-coordinate representation of color #8B9883: hue angle of 97.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8B9883 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 152 | 131 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.40 |
| HSL | 97.14º | 0.09% | 0.55% | - |
| HSV(B) | 97.14º | 0.14% | 0.6% | - |
| XYZ | 25.97 | 29.58 | 25.81 | - |
| YUV | 145.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 152 | 131 | 0.09 | 0 | 0.14 | 0.40 | 97.14 | 0.09 | 0.55 |
| Hex | 8B | 98 | 83 | 9 | 0 | E | 28 | 61 | 9 | 37 |
| Octal | 213 | 230 | 203 | 11 | 0 | 16 | 50 | 141 | 11 | 67 |
| Binary | 10001011 | 10011000 | 10000011 | 1001 | 0 | 1110 | 101000 | 1100001 | 1001 | 110111 |
Color Harmonies of #8B9883
Complementary color
Monochromatic Colors of #8B9883
Black with #8B9883
Text Example
Text Example
White with #8B9883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9883; }
p { color: rgb(139,152,131); }
H1.HeaderClassName
{
color: #8B9883;
}
.AnyTagClassName
{
color: #8B9883;
}
</style>
background-color css
<style>
a { background-color: #8B9883; }
a { background-color: rgb(139,152,131); }
div.DivClassName
{
background-color: #8B9883;
}
.BgClassName
{
background-color: #8B9883;
}
</style>
border-color css
<style>
span { border-color: #8B9883; }
span { border-color: rgb(139,152,131); }
td.TdClassName
{
border-color: #8B9883;
}
.TagClassName
{
border-color: #8B9883;
}
</style>