Shades of Strikemaster #8C5475
Tints of Strikemaster #8C5475
RGB
CMYK
RGB Variations
Color information
#8C5475 (or 0x8C5475) is known color: Strikemaster. HEX triplet: 8C, 54 and 75. RGB value is (140,84,117). Sum of RGB (Red+Green+Blue) = 140+84+117=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5475 is #73AB8A. Grayscale: #686868. Windows color (decimal): -7580555 or 7689356. OLE color: 7689356.
HSL color Cylindrical-coordinate representation of color #8C5475: hue angle of 324.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5475 is Cyan = 0, Magento = 0.4, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 117 | - |
| CMYK | 0 | 0.4 | 0.16 | 0.45 |
| HSL | 324.64º | 0.25% | 0.44% | - |
| HSV(B) | 324.64º | 0.4% | 0.55% | - |
| XYZ | 17.2 | 13.2 | 18.47 | - |
| YUV | 104.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 117 | 0 | 0.4 | 0.16 | 0.45 | 324.64 | 0.25 | 0.44 |
| Hex | 8C | 54 | 75 | 0 | 28 | 10 | 2D | 145 | 19 | 2C |
| Octal | 214 | 124 | 165 | 0 | 50 | 20 | 55 | 505 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1110101 | 0 | 101000 | 10000 | 101101 | 101000101 | 11001 | 101100 |
Color Harmonies of #8C5475
Complementary color
Monochromatic Colors of #8C5475
Black with #8C5475
Text Example
Text Example
White with #8C5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5475; }
p { color: rgb(140,84,117); }
H1.HeaderClassName
{
color: #8C5475;
}
.AnyTagClassName
{
color: #8C5475;
}
</style>
background-color css
<style>
a { background-color: #8C5475; }
a { background-color: rgb(140,84,117); }
div.DivClassName
{
background-color: #8C5475;
}
.BgClassName
{
background-color: #8C5475;
}
</style>
border-color css
<style>
span { border-color: #8C5475; }
span { border-color: rgb(140,84,117); }
td.TdClassName
{
border-color: #8C5475;
}
.TagClassName
{
border-color: #8C5475;
}
</style>