Shades of Strikemaster #8B5E79
Tints of Strikemaster #8B5E79
RGB
CMYK
RGB Variations
Color information
#8B5E79 (or 0x8B5E79) is known color: Strikemaster. HEX triplet: 8B, 5E and 79. RGB value is (139,94,121). Sum of RGB (Red+Green+Blue) = 139+94+121=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E79 is #74A186. Grayscale: #6E6E6E. Windows color (decimal): -7643527 or 7954059. OLE color: 7954059.
HSL color Cylindrical-coordinate representation of color #8B5E79: hue angle of 324º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E79 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 121 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.45 |
| HSL | 324º | 0.19% | 0.46% | - |
| HSV(B) | 324º | 0.32% | 0.55% | - |
| XYZ | 18.1 | 14.87 | 20.01 | - |
| YUV | 110.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 121 | 0 | 0.32 | 0.13 | 0.45 | 324 | 0.19 | 0.46 |
| Hex | 8B | 5E | 79 | 0 | 20 | D | 2D | 144 | 13 | 2E |
| Octal | 213 | 136 | 171 | 0 | 40 | 15 | 55 | 504 | 23 | 56 |
| Binary | 10001011 | 1011110 | 1111001 | 0 | 100000 | 1101 | 101101 | 101000100 | 10011 | 101110 |
Color Harmonies of #8B5E79
Complementary color
Monochromatic Colors of #8B5E79
Black with #8B5E79
Text Example
Text Example
White with #8B5E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E79; }
p { color: rgb(139,94,121); }
H1.HeaderClassName
{
color: #8B5E79;
}
.AnyTagClassName
{
color: #8B5E79;
}
</style>
background-color css
<style>
a { background-color: #8B5E79; }
a { background-color: rgb(139,94,121); }
div.DivClassName
{
background-color: #8B5E79;
}
.BgClassName
{
background-color: #8B5E79;
}
</style>
border-color css
<style>
span { border-color: #8B5E79; }
span { border-color: rgb(139,94,121); }
td.TdClassName
{
border-color: #8B5E79;
}
.TagClassName
{
border-color: #8B5E79;
}
</style>