Shades of Strikemaster #8A5274
Tints of Strikemaster #8A5274
RGB
CMYK
RGB Variations
Color information
#8A5274 (or 0x8A5274) is known color: Strikemaster. HEX triplet: 8A, 52 and 74. RGB value is (138,82,116). Sum of RGB (Red+Green+Blue) = 138+82+116=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5274 is #75AD8B. Grayscale: #666666. Windows color (decimal): -7712140 or 7623306. OLE color: 7623306.
HSL color Cylindrical-coordinate representation of color #8A5274: hue angle of 323.57º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5274 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 116 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.46 |
| HSL | 323.57º | 0.25% | 0.43% | - |
| HSV(B) | 323.57º | 0.41% | 0.54% | - |
| XYZ | 16.65 | 12.7 | 18.1 | - |
| YUV | 102.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 116 | 0 | 0.41 | 0.16 | 0.46 | 323.57 | 0.25 | 0.43 |
| Hex | 8A | 52 | 74 | 0 | 29 | 10 | 2E | 144 | 19 | 2B |
| Octal | 212 | 122 | 164 | 0 | 51 | 20 | 56 | 504 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1110100 | 0 | 101001 | 10000 | 101110 | 101000100 | 11001 | 101011 |
Color Harmonies of #8A5274
Complementary color
Monochromatic Colors of #8A5274
Black with #8A5274
Text Example
Text Example
White with #8A5274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5274; }
p { color: rgb(138,82,116); }
H1.HeaderClassName
{
color: #8A5274;
}
.AnyTagClassName
{
color: #8A5274;
}
</style>
background-color css
<style>
a { background-color: #8A5274; }
a { background-color: rgb(138,82,116); }
div.DivClassName
{
background-color: #8A5274;
}
.BgClassName
{
background-color: #8A5274;
}
</style>
border-color css
<style>
span { border-color: #8A5274; }
span { border-color: rgb(138,82,116); }
td.TdClassName
{
border-color: #8A5274;
}
.TagClassName
{
border-color: #8A5274;
}
</style>