Shades of Strikemaster #8C5878
Tints of Strikemaster #8C5878
RGB
CMYK
RGB Variations
Color information
#8C5878 (or 0x8C5878) is known color: Strikemaster. HEX triplet: 8C, 58 and 78. RGB value is (140,88,120). Sum of RGB (Red+Green+Blue) = 140+88+120=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5878 is #73A787. Grayscale: #6B6B6B. Windows color (decimal): -7579528 or 7886988. OLE color: 7886988.
HSL color Cylindrical-coordinate representation of color #8C5878: hue angle of 323.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5878 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 120 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.45 |
| HSL | 323.08º | 0.23% | 0.45% | - |
| HSV(B) | 323.08º | 0.37% | 0.55% | - |
| XYZ | 17.7 | 13.91 | 19.52 | - |
| YUV | 107.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 120 | 0 | 0.37 | 0.14 | 0.45 | 323.08 | 0.23 | 0.45 |
| Hex | 8C | 58 | 78 | 0 | 25 | E | 2D | 143 | 17 | 2D |
| Octal | 214 | 130 | 170 | 0 | 45 | 16 | 55 | 503 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1111000 | 0 | 100101 | 1110 | 101101 | 101000011 | 10111 | 101101 |
Color Harmonies of #8C5878
Complementary color
Monochromatic Colors of #8C5878
Black with #8C5878
Text Example
Text Example
White with #8C5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5878; }
p { color: rgb(140,88,120); }
H1.HeaderClassName
{
color: #8C5878;
}
.AnyTagClassName
{
color: #8C5878;
}
</style>
background-color css
<style>
a { background-color: #8C5878; }
a { background-color: rgb(140,88,120); }
div.DivClassName
{
background-color: #8C5878;
}
.BgClassName
{
background-color: #8C5878;
}
</style>
border-color css
<style>
span { border-color: #8C5878; }
span { border-color: rgb(140,88,120); }
td.TdClassName
{
border-color: #8C5878;
}
.TagClassName
{
border-color: #8C5878;
}
</style>