Shades of Strikemaster #8A5474
Tints of Strikemaster #8A5474
RGB
CMYK
RGB Variations
Color information
#8A5474 (or 0x8A5474) is known color: Strikemaster. HEX triplet: 8A, 54 and 74. RGB value is (138,84,116). Sum of RGB (Red+Green+Blue) = 138+84+116=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5474 is #75AB8B. Grayscale: #676767. Windows color (decimal): -7711628 or 7623818. OLE color: 7623818.
HSL color Cylindrical-coordinate representation of color #8A5474: hue angle of 324.44º 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 #8A5474 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 116 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.46 |
| HSL | 324.44º | 0.24% | 0.44% | - |
| HSV(B) | 324.44º | 0.39% | 0.54% | - |
| XYZ | 16.8 | 13 | 18.15 | - |
| YUV | 103.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 116 | 0 | 0.39 | 0.16 | 0.46 | 324.44 | 0.24 | 0.44 |
| Hex | 8A | 54 | 74 | 0 | 27 | 10 | 2E | 144 | 18 | 2C |
| Octal | 212 | 124 | 164 | 0 | 47 | 20 | 56 | 504 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1110100 | 0 | 100111 | 10000 | 101110 | 101000100 | 11000 | 101100 |
Color Harmonies of #8A5474
Complementary color
Monochromatic Colors of #8A5474
Black with #8A5474
Text Example
Text Example
White with #8A5474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5474; }
p { color: rgb(138,84,116); }
H1.HeaderClassName
{
color: #8A5474;
}
.AnyTagClassName
{
color: #8A5474;
}
</style>
background-color css
<style>
a { background-color: #8A5474; }
a { background-color: rgb(138,84,116); }
div.DivClassName
{
background-color: #8A5474;
}
.BgClassName
{
background-color: #8A5474;
}
</style>
border-color css
<style>
span { border-color: #8A5474; }
span { border-color: rgb(138,84,116); }
td.TdClassName
{
border-color: #8A5474;
}
.TagClassName
{
border-color: #8A5474;
}
</style>