Shades of Strikemaster #8A5477
Tints of Strikemaster #8A5477
RGB
CMYK
RGB Variations
Color information
#8A5477 (or 0x8A5477) is known color: Strikemaster. HEX triplet: 8A, 54 and 77. RGB value is (138,84,119). Sum of RGB (Red+Green+Blue) = 138+84+119=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5477 is #75AB88. Grayscale: #686868. Windows color (decimal): -7711625 or 7820426. OLE color: 7820426.
HSL color Cylindrical-coordinate representation of color #8A5477: hue angle of 321.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5477 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 119 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.46 |
| HSL | 321.11º | 0.24% | 0.44% | - |
| HSV(B) | 321.11º | 0.39% | 0.54% | - |
| XYZ | 16.98 | 13.08 | 19.08 | - |
| YUV | 104.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 119 | 0 | 0.39 | 0.14 | 0.46 | 321.11 | 0.24 | 0.44 |
| Hex | 8A | 54 | 77 | 0 | 27 | E | 2E | 141 | 18 | 2C |
| Octal | 212 | 124 | 167 | 0 | 47 | 16 | 56 | 501 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1110111 | 0 | 100111 | 1110 | 101110 | 101000001 | 11000 | 101100 |
Color Harmonies of #8A5477
Complementary color
Monochromatic Colors of #8A5477
Black with #8A5477
Text Example
Text Example
White with #8A5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5477; }
p { color: rgb(138,84,119); }
H1.HeaderClassName
{
color: #8A5477;
}
.AnyTagClassName
{
color: #8A5477;
}
</style>
background-color css
<style>
a { background-color: #8A5477; }
a { background-color: rgb(138,84,119); }
div.DivClassName
{
background-color: #8A5477;
}
.BgClassName
{
background-color: #8A5477;
}
</style>
border-color css
<style>
span { border-color: #8A5477; }
span { border-color: rgb(138,84,119); }
td.TdClassName
{
border-color: #8A5477;
}
.TagClassName
{
border-color: #8A5477;
}
</style>