Shades of Strikemaster #8D5C7F
Tints of Strikemaster #8D5C7F
RGB
CMYK
RGB Variations
Color information
#8D5C7F (or 0x8D5C7F) is known color: Strikemaster. HEX triplet: 8D, 5C and 7F. RGB value is (141,92,127). Sum of RGB (Red+Green+Blue) = 141+92+127=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C7F is #72A380. Grayscale: #6E6E6E. Windows color (decimal): -7512961 or 8346765. OLE color: 8346765.
HSL color Cylindrical-coordinate representation of color #8D5C7F: hue angle of 317.14º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C7F is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 92 | 127 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.45 |
| HSL | 317.14º | 0.21% | 0.46% | - |
| HSV(B) | 317.14º | 0.35% | 0.55% | - |
| XYZ | 18.64 | 14.85 | 21.96 | - |
| YUV | 110.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 127 | 0 | 0.35 | 0.10 | 0.45 | 317.14 | 0.21 | 0.46 |
| Hex | 8D | 5C | 7F | 0 | 23 | A | 2D | 13D | 15 | 2E |
| Octal | 215 | 134 | 177 | 0 | 43 | 12 | 55 | 475 | 25 | 56 |
| Binary | 10001101 | 1011100 | 1111111 | 0 | 100011 | 1010 | 101101 | 100111101 | 10101 | 101110 |
Color Harmonies of #8D5C7F
Complementary color
Monochromatic Colors of #8D5C7F
Black with #8D5C7F
Text Example
Text Example
White with #8D5C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5C7F; }
p { color: rgb(141,92,127); }
H1.HeaderClassName
{
color: #8D5C7F;
}
.AnyTagClassName
{
color: #8D5C7F;
}
</style>
background-color css
<style>
a { background-color: #8D5C7F; }
a { background-color: rgb(141,92,127); }
div.DivClassName
{
background-color: #8D5C7F;
}
.BgClassName
{
background-color: #8D5C7F;
}
</style>
border-color css
<style>
span { border-color: #8D5C7F; }
span { border-color: rgb(141,92,127); }
td.TdClassName
{
border-color: #8D5C7F;
}
.TagClassName
{
border-color: #8D5C7F;
}
</style>