Shades of Strikemaster #8D5479
Tints of Strikemaster #8D5479
RGB
CMYK
RGB Variations
Color information
#8D5479 (or 0x8D5479) is known color: Strikemaster. HEX triplet: 8D, 54 and 79. RGB value is (141,84,121). Sum of RGB (Red+Green+Blue) = 141+84+121=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5479 is #72AB86. Grayscale: #696969. Windows color (decimal): -7515015 or 7951501. OLE color: 7951501.
HSL color Cylindrical-coordinate representation of color #8D5479: hue angle of 321.05º 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 #8D5479 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 121 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.45 |
| HSL | 321.05º | 0.25% | 0.44% | - |
| HSV(B) | 321.05º | 0.4% | 0.55% | - |
| XYZ | 17.61 | 13.38 | 19.74 | - |
| YUV | 105.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 121 | 0 | 0.40 | 0.14 | 0.45 | 321.05 | 0.25 | 0.44 |
| Hex | 8D | 54 | 79 | 0 | 28 | E | 2D | 141 | 19 | 2C |
| Octal | 215 | 124 | 171 | 0 | 50 | 16 | 55 | 501 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1111001 | 0 | 101000 | 1110 | 101101 | 101000001 | 11001 | 101100 |
Color Harmonies of #8D5479
Complementary color
Monochromatic Colors of #8D5479
Black with #8D5479
Text Example
Text Example
White with #8D5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5479; }
p { color: rgb(141,84,121); }
H1.HeaderClassName
{
color: #8D5479;
}
.AnyTagClassName
{
color: #8D5479;
}
</style>
background-color css
<style>
a { background-color: #8D5479; }
a { background-color: rgb(141,84,121); }
div.DivClassName
{
background-color: #8D5479;
}
.BgClassName
{
background-color: #8D5479;
}
</style>
border-color css
<style>
span { border-color: #8D5479; }
span { border-color: rgb(141,84,121); }
td.TdClassName
{
border-color: #8D5479;
}
.TagClassName
{
border-color: #8D5479;
}
</style>