Shades of Strikemaster #8A5E7C
Tints of Strikemaster #8A5E7C
RGB
CMYK
RGB Variations
Color information
#8A5E7C (or 0x8A5E7C) is known color: Strikemaster. HEX triplet: 8A, 5E and 7C. RGB value is (138,94,124). Sum of RGB (Red+Green+Blue) = 138+94+124=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E7C is #75A183. Grayscale: #6E6E6E. Windows color (decimal): -7709060 or 8150666. OLE color: 8150666.
HSL color Cylindrical-coordinate representation of color #8A5E7C: hue angle of 319.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A5E7C is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 94 | 124 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.46 |
| HSL | 319.09º | 0.19% | 0.45% | - |
| HSV(B) | 319.09º | 0.32% | 0.54% | - |
| XYZ | 18.12 | 14.86 | 20.98 | - |
| YUV | 110.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 124 | 0 | 0.32 | 0.10 | 0.46 | 319.09 | 0.19 | 0.45 |
| Hex | 8A | 5E | 7C | 0 | 20 | A | 2E | 13F | 13 | 2D |
| Octal | 212 | 136 | 174 | 0 | 40 | 12 | 56 | 477 | 23 | 55 |
| Binary | 10001010 | 1011110 | 1111100 | 0 | 100000 | 1010 | 101110 | 100111111 | 10011 | 101101 |
Color Harmonies of #8A5E7C
Complementary color
Monochromatic Colors of #8A5E7C
Black with #8A5E7C
Text Example
Text Example
White with #8A5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E7C; }
p { color: rgb(138,94,124); }
H1.HeaderClassName
{
color: #8A5E7C;
}
.AnyTagClassName
{
color: #8A5E7C;
}
</style>
background-color css
<style>
a { background-color: #8A5E7C; }
a { background-color: rgb(138,94,124); }
div.DivClassName
{
background-color: #8A5E7C;
}
.BgClassName
{
background-color: #8A5E7C;
}
</style>
border-color css
<style>
span { border-color: #8A5E7C; }
span { border-color: rgb(138,94,124); }
td.TdClassName
{
border-color: #8A5E7C;
}
.TagClassName
{
border-color: #8A5E7C;
}
</style>