Shades of Strikemaster #8C5C78
Tints of Strikemaster #8C5C78
RGB
CMYK
RGB Variations
Color information
#8C5C78 (or 0x8C5C78) is known color: Strikemaster. HEX triplet: 8C, 5C and 78. RGB value is (140,92,120). Sum of RGB (Red+Green+Blue) = 140+92+120=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C78 is #73A387. Grayscale: #6D6D6D. Windows color (decimal): -7578504 or 7888012. OLE color: 7888012.
HSL color Cylindrical-coordinate representation of color #8C5C78: hue angle of 325º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5C78 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 92 | 120 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.45 |
| HSL | 325º | 0.21% | 0.45% | - |
| HSV(B) | 325º | 0.34% | 0.55% | - |
| XYZ | 18.03 | 14.59 | 19.63 | - |
| YUV | 109.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 120 | 0 | 0.34 | 0.14 | 0.45 | 325 | 0.21 | 0.45 |
| Hex | 8C | 5C | 78 | 0 | 22 | E | 2D | 145 | 15 | 2D |
| Octal | 214 | 134 | 170 | 0 | 42 | 16 | 55 | 505 | 25 | 55 |
| Binary | 10001100 | 1011100 | 1111000 | 0 | 100010 | 1110 | 101101 | 101000101 | 10101 | 101101 |
Color Harmonies of #8C5C78
Complementary color
Monochromatic Colors of #8C5C78
Black with #8C5C78
Text Example
Text Example
White with #8C5C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5C78; }
p { color: rgb(140,92,120); }
H1.HeaderClassName
{
color: #8C5C78;
}
.AnyTagClassName
{
color: #8C5C78;
}
</style>
background-color css
<style>
a { background-color: #8C5C78; }
a { background-color: rgb(140,92,120); }
div.DivClassName
{
background-color: #8C5C78;
}
.BgClassName
{
background-color: #8C5C78;
}
</style>
border-color css
<style>
span { border-color: #8C5C78; }
span { border-color: rgb(140,92,120); }
td.TdClassName
{
border-color: #8C5C78;
}
.TagClassName
{
border-color: #8C5C78;
}
</style>