Shades of Strikemaster #8D5778
Tints of Strikemaster #8D5778
RGB
CMYK
RGB Variations
Color information
#8D5778 (or 0x8D5778) is known color: Strikemaster. HEX triplet: 8D, 57 and 78. RGB value is (141,87,120). Sum of RGB (Red+Green+Blue) = 141+87+120=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5778 is #72A887. Grayscale: #6A6A6A. Windows color (decimal): -7514248 or 7886733. OLE color: 7886733.
HSL color Cylindrical-coordinate representation of color #8D5778: hue angle of 323.33º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D5778 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 120 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.45 |
| HSL | 323.33º | 0.24% | 0.45% | - |
| HSV(B) | 323.33º | 0.38% | 0.55% | - |
| XYZ | 17.78 | 13.84 | 19.5 | - |
| YUV | 106.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 120 | 0 | 0.38 | 0.15 | 0.45 | 323.33 | 0.24 | 0.45 |
| Hex | 8D | 57 | 78 | 0 | 26 | F | 2D | 143 | 18 | 2D |
| Octal | 215 | 127 | 170 | 0 | 46 | 17 | 55 | 503 | 30 | 55 |
| Binary | 10001101 | 1010111 | 1111000 | 0 | 100110 | 1111 | 101101 | 101000011 | 11000 | 101101 |
Color Harmonies of #8D5778
Complementary color
Monochromatic Colors of #8D5778
Black with #8D5778
Text Example
Text Example
White with #8D5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5778; }
p { color: rgb(141,87,120); }
H1.HeaderClassName
{
color: #8D5778;
}
.AnyTagClassName
{
color: #8D5778;
}
</style>
background-color css
<style>
a { background-color: #8D5778; }
a { background-color: rgb(141,87,120); }
div.DivClassName
{
background-color: #8D5778;
}
.BgClassName
{
background-color: #8D5778;
}
</style>
border-color css
<style>
span { border-color: #8D5778; }
span { border-color: rgb(141,87,120); }
td.TdClassName
{
border-color: #8D5778;
}
.TagClassName
{
border-color: #8D5778;
}
</style>