Shades of Strikemaster #8C5279
Tints of Strikemaster #8C5279
RGB
CMYK
RGB Variations
Color information
#8C5279 (or 0x8C5279) is known color: Strikemaster. HEX triplet: 8C, 52 and 79. RGB value is (140,82,121). Sum of RGB (Red+Green+Blue) = 140+82+121=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5279 is #73AD86. Grayscale: #676767. Windows color (decimal): -7581063 or 7950988. OLE color: 7950988.
HSL color Cylindrical-coordinate representation of color #8C5279: hue angle of 319.66º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5279 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 121 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.45 |
| HSL | 319.66º | 0.26% | 0.44% | - |
| HSV(B) | 319.66º | 0.41% | 0.55% | - |
| XYZ | 17.28 | 12.99 | 19.69 | - |
| YUV | 103.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 121 | 0 | 0.41 | 0.14 | 0.45 | 319.66 | 0.26 | 0.44 |
| Hex | 8C | 52 | 79 | 0 | 29 | E | 2D | 140 | 1A | 2C |
| Octal | 214 | 122 | 171 | 0 | 51 | 16 | 55 | 500 | 32 | 54 |
| Binary | 10001100 | 1010010 | 1111001 | 0 | 101001 | 1110 | 101101 | 101000000 | 11010 | 101100 |
Color Harmonies of #8C5279
Complementary color
Monochromatic Colors of #8C5279
Black with #8C5279
Text Example
Text Example
White with #8C5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5279; }
p { color: rgb(140,82,121); }
H1.HeaderClassName
{
color: #8C5279;
}
.AnyTagClassName
{
color: #8C5279;
}
</style>
background-color css
<style>
a { background-color: #8C5279; }
a { background-color: rgb(140,82,121); }
div.DivClassName
{
background-color: #8C5279;
}
.BgClassName
{
background-color: #8C5279;
}
</style>
border-color css
<style>
span { border-color: #8C5279; }
span { border-color: rgb(140,82,121); }
td.TdClassName
{
border-color: #8C5279;
}
.TagClassName
{
border-color: #8C5279;
}
</style>