Shades of Strikemaster #8D537C
Tints of Strikemaster #8D537C
RGB
CMYK
RGB Variations
Color information
#8D537C (or 0x8D537C) is known color: Strikemaster. HEX triplet: 8D, 53 and 7C. RGB value is (141,83,124). Sum of RGB (Red+Green+Blue) = 141+83+124=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D537C is #72AC83. Grayscale: #686868. Windows color (decimal): -7515268 or 8147853. OLE color: 8147853.
HSL color Cylindrical-coordinate representation of color #8D537C: hue angle of 317.59º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D537C is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 124 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.45 |
| HSL | 317.59º | 0.26% | 0.44% | - |
| HSV(B) | 317.59º | 0.41% | 0.55% | - |
| XYZ | 17.72 | 13.3 | 20.7 | - |
| YUV | 105.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 124 | 0 | 0.41 | 0.12 | 0.45 | 317.59 | 0.26 | 0.44 |
| Hex | 8D | 53 | 7C | 0 | 29 | C | 2D | 13E | 1A | 2C |
| Octal | 215 | 123 | 174 | 0 | 51 | 14 | 55 | 476 | 32 | 54 |
| Binary | 10001101 | 1010011 | 1111100 | 0 | 101001 | 1100 | 101101 | 100111110 | 11010 | 101100 |
Color Harmonies of #8D537C
Complementary color
Monochromatic Colors of #8D537C
Black with #8D537C
Text Example
Text Example
White with #8D537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D537C; }
p { color: rgb(141,83,124); }
H1.HeaderClassName
{
color: #8D537C;
}
.AnyTagClassName
{
color: #8D537C;
}
</style>
background-color css
<style>
a { background-color: #8D537C; }
a { background-color: rgb(141,83,124); }
div.DivClassName
{
background-color: #8D537C;
}
.BgClassName
{
background-color: #8D537C;
}
</style>
border-color css
<style>
span { border-color: #8D537C; }
span { border-color: rgb(141,83,124); }
td.TdClassName
{
border-color: #8D537C;
}
.TagClassName
{
border-color: #8D537C;
}
</style>