Shades of Strikemaster #8A5979
Tints of Strikemaster #8A5979
RGB
CMYK
RGB Variations
Color information
#8A5979 (or 0x8A5979) is known color: Strikemaster. HEX triplet: 8A, 59 and 79. RGB value is (138,89,121). Sum of RGB (Red+Green+Blue) = 138+89+121=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5979 is #75A686. Grayscale: #6B6B6B. Windows color (decimal): -7710343 or 7952778. OLE color: 7952778.
HSL color Cylindrical-coordinate representation of color #8A5979: hue angle of 320.82º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5979 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 89 | 121 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.46 |
| HSL | 320.82º | 0.22% | 0.45% | - |
| HSV(B) | 320.82º | 0.36% | 0.54% | - |
| XYZ | 17.5 | 13.93 | 19.86 | - |
| YUV | 107.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 121 | 0 | 0.36 | 0.12 | 0.46 | 320.82 | 0.22 | 0.45 |
| Hex | 8A | 59 | 79 | 0 | 24 | C | 2E | 141 | 16 | 2D |
| Octal | 212 | 131 | 171 | 0 | 44 | 14 | 56 | 501 | 26 | 55 |
| Binary | 10001010 | 1011001 | 1111001 | 0 | 100100 | 1100 | 101110 | 101000001 | 10110 | 101101 |
Color Harmonies of #8A5979
Complementary color
Monochromatic Colors of #8A5979
Black with #8A5979
Text Example
Text Example
White with #8A5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5979; }
p { color: rgb(138,89,121); }
H1.HeaderClassName
{
color: #8A5979;
}
.AnyTagClassName
{
color: #8A5979;
}
</style>
background-color css
<style>
a { background-color: #8A5979; }
a { background-color: rgb(138,89,121); }
div.DivClassName
{
background-color: #8A5979;
}
.BgClassName
{
background-color: #8A5979;
}
</style>
border-color css
<style>
span { border-color: #8A5979; }
span { border-color: rgb(138,89,121); }
td.TdClassName
{
border-color: #8A5979;
}
.TagClassName
{
border-color: #8A5979;
}
</style>