Shades of Strikemaster #8A5877
Tints of Strikemaster #8A5877
RGB
CMYK
RGB Variations
Color information
#8A5877 (or 0x8A5877) is known color: Strikemaster. HEX triplet: 8A, 58 and 77. RGB value is (138,88,119). Sum of RGB (Red+Green+Blue) = 138+88+119=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5877 is #75A788. Grayscale: #6A6A6A. Windows color (decimal): -7710601 or 7821450. OLE color: 7821450.
HSL color Cylindrical-coordinate representation of color #8A5877: hue angle of 322.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5877 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 88 | 119 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.46 |
| HSL | 322.8º | 0.22% | 0.44% | - |
| HSV(B) | 322.8º | 0.36% | 0.54% | - |
| XYZ | 17.3 | 13.71 | 19.19 | - |
| YUV | 106.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 88 | 119 | 0 | 0.36 | 0.14 | 0.46 | 322.8 | 0.22 | 0.44 |
| Hex | 8A | 58 | 77 | 0 | 24 | E | 2E | 143 | 16 | 2C |
| Octal | 212 | 130 | 167 | 0 | 44 | 16 | 56 | 503 | 26 | 54 |
| Binary | 10001010 | 1011000 | 1110111 | 0 | 100100 | 1110 | 101110 | 101000011 | 10110 | 101100 |
Color Harmonies of #8A5877
Complementary color
Monochromatic Colors of #8A5877
Black with #8A5877
Text Example
Text Example
White with #8A5877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5877; }
p { color: rgb(138,88,119); }
H1.HeaderClassName
{
color: #8A5877;
}
.AnyTagClassName
{
color: #8A5877;
}
</style>
background-color css
<style>
a { background-color: #8A5877; }
a { background-color: rgb(138,88,119); }
div.DivClassName
{
background-color: #8A5877;
}
.BgClassName
{
background-color: #8A5877;
}
</style>
border-color css
<style>
span { border-color: #8A5877; }
span { border-color: rgb(138,88,119); }
td.TdClassName
{
border-color: #8A5877;
}
.TagClassName
{
border-color: #8A5877;
}
</style>