Shades of Strikemaster #8D7284
Tints of Strikemaster #8D7284
RGB
CMYK
RGB Variations
Color information
#8D7284 (or 0x8D7284) is known color: Strikemaster. HEX triplet: 8D, 72 and 84. RGB value is (141,114,132). Sum of RGB (Red+Green+Blue) = 141+114+132=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7284 is #728D7B. Grayscale: #7C7C7C. Windows color (decimal): -7507324 or 8680077. OLE color: 8680077.
HSL color Cylindrical-coordinate representation of color #8D7284: hue angle of 320º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D7284 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 114 | 132 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.45 |
| HSL | 320º | 0.11% | 0.5% | - |
| HSV(B) | 320º | 0.19% | 0.55% | - |
| XYZ | 21.17 | 19.36 | 24.45 | - |
| YUV | 124.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 132 | 0 | 0.19 | 0.06 | 0.45 | 320 | 0.11 | 0.5 |
| Hex | 8D | 72 | 84 | 0 | 13 | 6 | 2D | 140 | B | 32 |
| Octal | 215 | 162 | 204 | 0 | 23 | 6 | 55 | 500 | 13 | 62 |
| Binary | 10001101 | 1110010 | 10000100 | 0 | 10011 | 110 | 101101 | 101000000 | 1011 | 110010 |
Color Harmonies of #8D7284
Complementary color
Monochromatic Colors of #8D7284
Black with #8D7284
Text Example
Text Example
White with #8D7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7284; }
p { color: rgb(141,114,132); }
H1.HeaderClassName
{
color: #8D7284;
}
.AnyTagClassName
{
color: #8D7284;
}
</style>
background-color css
<style>
a { background-color: #8D7284; }
a { background-color: rgb(141,114,132); }
div.DivClassName
{
background-color: #8D7284;
}
.BgClassName
{
background-color: #8D7284;
}
</style>
border-color css
<style>
span { border-color: #8D7284; }
span { border-color: rgb(141,114,132); }
td.TdClassName
{
border-color: #8D7284;
}
.TagClassName
{
border-color: #8D7284;
}
</style>