Shades of Strikemaster #8C5978
Tints of Strikemaster #8C5978
RGB
CMYK
RGB Variations
Color information
#8C5978 (or 0x8C5978) is known color: Strikemaster. HEX triplet: 8C, 59 and 78. RGB value is (140,89,120). Sum of RGB (Red+Green+Blue) = 140+89+120=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5978 is #73A687. Grayscale: #6B6B6B. Windows color (decimal): -7579272 or 7887244. OLE color: 7887244.
HSL color Cylindrical-coordinate representation of color #8C5978: hue angle of 323.53º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5978 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 120 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.45 |
| HSL | 323.53º | 0.22% | 0.45% | - |
| HSV(B) | 323.53º | 0.36% | 0.55% | - |
| XYZ | 17.78 | 14.08 | 19.55 | - |
| YUV | 107.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 120 | 0 | 0.36 | 0.14 | 0.45 | 323.53 | 0.22 | 0.45 |
| Hex | 8C | 59 | 78 | 0 | 24 | E | 2D | 144 | 16 | 2D |
| Octal | 214 | 131 | 170 | 0 | 44 | 16 | 55 | 504 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1111000 | 0 | 100100 | 1110 | 101101 | 101000100 | 10110 | 101101 |
Color Harmonies of #8C5978
Complementary color
Monochromatic Colors of #8C5978
Black with #8C5978
Text Example
Text Example
White with #8C5978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5978; }
p { color: rgb(140,89,120); }
H1.HeaderClassName
{
color: #8C5978;
}
.AnyTagClassName
{
color: #8C5978;
}
</style>
background-color css
<style>
a { background-color: #8C5978; }
a { background-color: rgb(140,89,120); }
div.DivClassName
{
background-color: #8C5978;
}
.BgClassName
{
background-color: #8C5978;
}
</style>
border-color css
<style>
span { border-color: #8C5978; }
span { border-color: rgb(140,89,120); }
td.TdClassName
{
border-color: #8C5978;
}
.TagClassName
{
border-color: #8C5978;
}
</style>