Shades of Strikemaster #8D5E79
Tints of Strikemaster #8D5E79
RGB
CMYK
RGB Variations
Color information
#8D5E79 (or 0x8D5E79) is known color: Strikemaster. HEX triplet: 8D, 5E and 79. RGB value is (141,94,121). Sum of RGB (Red+Green+Blue) = 141+94+121=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E79 is #72A186. Grayscale: #6F6F6F. Windows color (decimal): -7512455 or 7954061. OLE color: 7954061.
HSL color Cylindrical-coordinate representation of color #8D5E79: hue angle of 325.53º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D5E79 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 94 | 121 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.45 |
| HSL | 325.53º | 0.2% | 0.46% | - |
| HSV(B) | 325.53º | 0.33% | 0.55% | - |
| XYZ | 18.44 | 15.05 | 20.02 | - |
| YUV | 111.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 121 | 0 | 0.33 | 0.14 | 0.45 | 325.53 | 0.2 | 0.46 |
| Hex | 8D | 5E | 79 | 0 | 21 | E | 2D | 146 | 14 | 2E |
| Octal | 215 | 136 | 171 | 0 | 41 | 16 | 55 | 506 | 24 | 56 |
| Binary | 10001101 | 1011110 | 1111001 | 0 | 100001 | 1110 | 101101 | 101000110 | 10100 | 101110 |
Color Harmonies of #8D5E79
Complementary color
Monochromatic Colors of #8D5E79
Black with #8D5E79
Text Example
Text Example
White with #8D5E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5E79; }
p { color: rgb(141,94,121); }
H1.HeaderClassName
{
color: #8D5E79;
}
.AnyTagClassName
{
color: #8D5E79;
}
</style>
background-color css
<style>
a { background-color: #8D5E79; }
a { background-color: rgb(141,94,121); }
div.DivClassName
{
background-color: #8D5E79;
}
.BgClassName
{
background-color: #8D5E79;
}
</style>
border-color css
<style>
span { border-color: #8D5E79; }
span { border-color: rgb(141,94,121); }
td.TdClassName
{
border-color: #8D5E79;
}
.TagClassName
{
border-color: #8D5E79;
}
</style>