Shades of Strikemaster #8D5C7E
Tints of Strikemaster #8D5C7E
RGB
CMYK
RGB Variations
Color information
#8D5C7E (or 0x8D5C7E) is known color: Strikemaster. HEX triplet: 8D, 5C and 7E. RGB value is (141,92,126). Sum of RGB (Red+Green+Blue) = 141+92+126=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C7E is #72A381. Grayscale: #6E6E6E. Windows color (decimal): -7512962 or 8281229. OLE color: 8281229.
HSL color Cylindrical-coordinate representation of color #8D5C7E: hue angle of 318.37º 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 #8D5C7E is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 92 | 126 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.45 |
| HSL | 318.37º | 0.21% | 0.46% | - |
| HSV(B) | 318.37º | 0.35% | 0.55% | - |
| XYZ | 18.58 | 14.82 | 21.62 | - |
| YUV | 110.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 126 | 0 | 0.35 | 0.11 | 0.45 | 318.37 | 0.21 | 0.46 |
| Hex | 8D | 5C | 7E | 0 | 23 | B | 2D | 13E | 15 | 2E |
| Octal | 215 | 134 | 176 | 0 | 43 | 13 | 55 | 476 | 25 | 56 |
| Binary | 10001101 | 1011100 | 1111110 | 0 | 100011 | 1011 | 101101 | 100111110 | 10101 | 101110 |
Color Harmonies of #8D5C7E
Complementary color
Monochromatic Colors of #8D5C7E
Black with #8D5C7E
Text Example
Text Example
White with #8D5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5C7E; }
p { color: rgb(141,92,126); }
H1.HeaderClassName
{
color: #8D5C7E;
}
.AnyTagClassName
{
color: #8D5C7E;
}
</style>
background-color css
<style>
a { background-color: #8D5C7E; }
a { background-color: rgb(141,92,126); }
div.DivClassName
{
background-color: #8D5C7E;
}
.BgClassName
{
background-color: #8D5C7E;
}
</style>
border-color css
<style>
span { border-color: #8D5C7E; }
span { border-color: rgb(141,92,126); }
td.TdClassName
{
border-color: #8D5C7E;
}
.TagClassName
{
border-color: #8D5C7E;
}
</style>