Shades of Strikemaster #8A5579
Tints of Strikemaster #8A5579
RGB
CMYK
RGB Variations
Color information
#8A5579 (or 0x8A5579) is known color: Strikemaster. HEX triplet: 8A, 55 and 79. RGB value is (138,85,121). Sum of RGB (Red+Green+Blue) = 138+85+121=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5579 is #75AA86. Grayscale: #686868. Windows color (decimal): -7711367 or 7951754. OLE color: 7951754.
HSL color Cylindrical-coordinate representation of color #8A5579: hue angle of 319.25º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5579 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 121 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.46 |
| HSL | 319.25º | 0.24% | 0.44% | - |
| HSV(B) | 319.25º | 0.38% | 0.54% | - |
| XYZ | 17.18 | 13.28 | 19.75 | - |
| YUV | 104.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 121 | 0 | 0.38 | 0.12 | 0.46 | 319.25 | 0.24 | 0.44 |
| Hex | 8A | 55 | 79 | 0 | 26 | C | 2E | 13F | 18 | 2C |
| Octal | 212 | 125 | 171 | 0 | 46 | 14 | 56 | 477 | 30 | 54 |
| Binary | 10001010 | 1010101 | 1111001 | 0 | 100110 | 1100 | 101110 | 100111111 | 11000 | 101100 |
Color Harmonies of #8A5579
Complementary color
Monochromatic Colors of #8A5579
Black with #8A5579
Text Example
Text Example
White with #8A5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5579; }
p { color: rgb(138,85,121); }
H1.HeaderClassName
{
color: #8A5579;
}
.AnyTagClassName
{
color: #8A5579;
}
</style>
background-color css
<style>
a { background-color: #8A5579; }
a { background-color: rgb(138,85,121); }
div.DivClassName
{
background-color: #8A5579;
}
.BgClassName
{
background-color: #8A5579;
}
</style>
border-color css
<style>
span { border-color: #8A5579; }
span { border-color: rgb(138,85,121); }
td.TdClassName
{
border-color: #8A5579;
}
.TagClassName
{
border-color: #8A5579;
}
</style>