Shades of Strikemaster #8D4A78
Tints of Strikemaster #8D4A78
RGB
CMYK
RGB Variations
Color information
#8D4A78 (or 0x8D4A78) is known color: Strikemaster. HEX triplet: 8D, 4A and 78. RGB value is (141,74,120). Sum of RGB (Red+Green+Blue) = 141+74+120=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4A78 is #72B587. Grayscale: #636363. Windows color (decimal): -7517576 or 7883405. OLE color: 7883405.
HSL color Cylindrical-coordinate representation of color #8D4A78: hue angle of 318.81º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4A78 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 120 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.45 |
| HSL | 318.81º | 0.31% | 0.42% | - |
| HSV(B) | 318.81º | 0.48% | 0.55% | - |
| XYZ | 16.82 | 11.92 | 19.18 | - |
| YUV | 99.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 120 | 0 | 0.48 | 0.15 | 0.45 | 318.81 | 0.31 | 0.42 |
| Hex | 8D | 4A | 78 | 0 | 30 | F | 2D | 13F | 1F | 2A |
| Octal | 215 | 112 | 170 | 0 | 60 | 17 | 55 | 477 | 37 | 52 |
| Binary | 10001101 | 1001010 | 1111000 | 0 | 110000 | 1111 | 101101 | 100111111 | 11111 | 101010 |
Color Harmonies of #8D4A78
Complementary color
Monochromatic Colors of #8D4A78
Black with #8D4A78
Text Example
Text Example
White with #8D4A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A78; }
p { color: rgb(141,74,120); }
H1.HeaderClassName
{
color: #8D4A78;
}
.AnyTagClassName
{
color: #8D4A78;
}
</style>
background-color css
<style>
a { background-color: #8D4A78; }
a { background-color: rgb(141,74,120); }
div.DivClassName
{
background-color: #8D4A78;
}
.BgClassName
{
background-color: #8D4A78;
}
</style>
border-color css
<style>
span { border-color: #8D4A78; }
span { border-color: rgb(141,74,120); }
td.TdClassName
{
border-color: #8D4A78;
}
.TagClassName
{
border-color: #8D4A78;
}
</style>