Shades of Strikemaster #8C5D80
Tints of Strikemaster #8C5D80
RGB
CMYK
RGB Variations
Color information
#8C5D80 (or 0x8C5D80) is known color: Strikemaster. HEX triplet: 8C, 5D and 80. RGB value is (140,93,128). Sum of RGB (Red+Green+Blue) = 140+93+128=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5D80 is #73A27F. Grayscale: #6E6E6E. Windows color (decimal): -7578240 or 8412556. OLE color: 8412556.
HSL color Cylindrical-coordinate representation of color #8C5D80: hue angle of 315.32º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5D80 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 93 | 128 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.45 |
| HSL | 315.32º | 0.2% | 0.46% | - |
| HSV(B) | 315.32º | 0.34% | 0.55% | - |
| XYZ | 18.63 | 14.96 | 22.33 | - |
| YUV | 111.04 | 137.57 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 128 | 0 | 0.34 | 0.09 | 0.45 | 315.32 | 0.2 | 0.46 |
| Hex | 8C | 5D | 80 | 0 | 22 | 9 | 2D | 13B | 14 | 2E |
| Octal | 214 | 135 | 200 | 0 | 42 | 11 | 55 | 473 | 24 | 56 |
| Binary | 10001100 | 1011101 | 10000000 | 0 | 100010 | 1001 | 101101 | 100111011 | 10100 | 101110 |
Color Harmonies of #8C5D80
Complementary color
Monochromatic Colors of #8C5D80
Black with #8C5D80
Text Example
Text Example
White with #8C5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5D80; }
p { color: rgb(140,93,128); }
H1.HeaderClassName
{
color: #8C5D80;
}
.AnyTagClassName
{
color: #8C5D80;
}
</style>
background-color css
<style>
a { background-color: #8C5D80; }
a { background-color: rgb(140,93,128); }
div.DivClassName
{
background-color: #8C5D80;
}
.BgClassName
{
background-color: #8C5D80;
}
</style>
border-color css
<style>
span { border-color: #8C5D80; }
span { border-color: rgb(140,93,128); }
td.TdClassName
{
border-color: #8C5D80;
}
.TagClassName
{
border-color: #8C5D80;
}
</style>