Shades of Strikemaster #8D5477
Tints of Strikemaster #8D5477
RGB
CMYK
RGB Variations
Color information
#8D5477 (or 0x8D5477) is known color: Strikemaster. HEX triplet: 8D, 54 and 77. RGB value is (141,84,119). Sum of RGB (Red+Green+Blue) = 141+84+119=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5477 is #72AB88. Grayscale: #686868. Windows color (decimal): -7515017 or 7820429. OLE color: 7820429.
HSL color Cylindrical-coordinate representation of color #8D5477: hue angle of 323.16º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5477 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 119 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.45 |
| HSL | 323.16º | 0.25% | 0.44% | - |
| HSV(B) | 323.16º | 0.4% | 0.55% | - |
| XYZ | 17.48 | 13.34 | 19.11 | - |
| YUV | 105.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 119 | 0 | 0.40 | 0.16 | 0.45 | 323.16 | 0.25 | 0.44 |
| Hex | 8D | 54 | 77 | 0 | 28 | 10 | 2D | 143 | 19 | 2C |
| Octal | 215 | 124 | 167 | 0 | 50 | 20 | 55 | 503 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1110111 | 0 | 101000 | 10000 | 101101 | 101000011 | 11001 | 101100 |
Color Harmonies of #8D5477
Complementary color
Monochromatic Colors of #8D5477
Black with #8D5477
Text Example
Text Example
White with #8D5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5477; }
p { color: rgb(141,84,119); }
H1.HeaderClassName
{
color: #8D5477;
}
.AnyTagClassName
{
color: #8D5477;
}
</style>
background-color css
<style>
a { background-color: #8D5477; }
a { background-color: rgb(141,84,119); }
div.DivClassName
{
background-color: #8D5477;
}
.BgClassName
{
background-color: #8D5477;
}
</style>
border-color css
<style>
span { border-color: #8D5477; }
span { border-color: rgb(141,84,119); }
td.TdClassName
{
border-color: #8D5477;
}
.TagClassName
{
border-color: #8D5477;
}
</style>