Shades of Strikemaster #8A5774
Tints of Strikemaster #8A5774
RGB
CMYK
RGB Variations
Color information
#8A5774 (or 0x8A5774) is known color: Strikemaster. HEX triplet: 8A, 57 and 74. RGB value is (138,87,116). Sum of RGB (Red+Green+Blue) = 138+87+116=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5774 is #75A88B. Grayscale: #696969. Windows color (decimal): -7710860 or 7624586. OLE color: 7624586.
HSL color Cylindrical-coordinate representation of color #8A5774: hue angle of 325.88º 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 #8A5774 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 116 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.46 |
| HSL | 325.88º | 0.23% | 0.44% | - |
| HSV(B) | 325.88º | 0.37% | 0.54% | - |
| XYZ | 17.04 | 13.48 | 18.23 | - |
| YUV | 105.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 116 | 0 | 0.37 | 0.16 | 0.46 | 325.88 | 0.23 | 0.44 |
| Hex | 8A | 57 | 74 | 0 | 25 | 10 | 2E | 146 | 17 | 2C |
| Octal | 212 | 127 | 164 | 0 | 45 | 20 | 56 | 506 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1110100 | 0 | 100101 | 10000 | 101110 | 101000110 | 10111 | 101100 |
Color Harmonies of #8A5774
Complementary color
Monochromatic Colors of #8A5774
Black with #8A5774
Text Example
Text Example
White with #8A5774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5774; }
p { color: rgb(138,87,116); }
H1.HeaderClassName
{
color: #8A5774;
}
.AnyTagClassName
{
color: #8A5774;
}
</style>
background-color css
<style>
a { background-color: #8A5774; }
a { background-color: rgb(138,87,116); }
div.DivClassName
{
background-color: #8A5774;
}
.BgClassName
{
background-color: #8A5774;
}
</style>
border-color css
<style>
span { border-color: #8A5774; }
span { border-color: rgb(138,87,116); }
td.TdClassName
{
border-color: #8A5774;
}
.TagClassName
{
border-color: #8A5774;
}
</style>