Shades of Strikemaster #8A5779
Tints of Strikemaster #8A5779
RGB
CMYK
RGB Variations
Color information
#8A5779 (or 0x8A5779) is known color: Strikemaster. HEX triplet: 8A, 57 and 79. RGB value is (138,87,121). Sum of RGB (Red+Green+Blue) = 138+87+121=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5779 is #75A886. Grayscale: #6A6A6A. Windows color (decimal): -7710855 or 7952266. OLE color: 7952266.
HSL color Cylindrical-coordinate representation of color #8A5779: hue angle of 320º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A5779 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 121 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.46 |
| HSL | 320º | 0.23% | 0.44% | - |
| HSV(B) | 320º | 0.37% | 0.54% | - |
| XYZ | 17.34 | 13.6 | 19.8 | - |
| YUV | 106.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 121 | 0 | 0.37 | 0.12 | 0.46 | 320 | 0.23 | 0.44 |
| Hex | 8A | 57 | 79 | 0 | 25 | C | 2E | 140 | 17 | 2C |
| Octal | 212 | 127 | 171 | 0 | 45 | 14 | 56 | 500 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1111001 | 0 | 100101 | 1100 | 101110 | 101000000 | 10111 | 101100 |
Color Harmonies of #8A5779
Complementary color
Monochromatic Colors of #8A5779
Black with #8A5779
Text Example
Text Example
White with #8A5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5779; }
p { color: rgb(138,87,121); }
H1.HeaderClassName
{
color: #8A5779;
}
.AnyTagClassName
{
color: #8A5779;
}
</style>
background-color css
<style>
a { background-color: #8A5779; }
a { background-color: rgb(138,87,121); }
div.DivClassName
{
background-color: #8A5779;
}
.BgClassName
{
background-color: #8A5779;
}
</style>
border-color css
<style>
span { border-color: #8A5779; }
span { border-color: rgb(138,87,121); }
td.TdClassName
{
border-color: #8A5779;
}
.TagClassName
{
border-color: #8A5779;
}
</style>