Shades of Strikemaster #8D5B7E
Tints of Strikemaster #8D5B7E
RGB
CMYK
RGB Variations
Color information
#8D5B7E (or 0x8D5B7E) is known color: Strikemaster. HEX triplet: 8D, 5B and 7E. RGB value is (141,91,126). Sum of RGB (Red+Green+Blue) = 141+91+126=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B7E is #72A481. Grayscale: #6D6D6D. Windows color (decimal): -7513218 or 8280973. OLE color: 8280973.
HSL color Cylindrical-coordinate representation of color #8D5B7E: hue angle of 318º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5B7E is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 91 | 126 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.45 |
| HSL | 318º | 0.22% | 0.45% | - |
| HSV(B) | 318º | 0.35% | 0.55% | - |
| XYZ | 18.49 | 14.65 | 21.59 | - |
| YUV | 109.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 126 | 0 | 0.35 | 0.11 | 0.45 | 318 | 0.22 | 0.45 |
| Hex | 8D | 5B | 7E | 0 | 23 | B | 2D | 13E | 16 | 2D |
| Octal | 215 | 133 | 176 | 0 | 43 | 13 | 55 | 476 | 26 | 55 |
| Binary | 10001101 | 1011011 | 1111110 | 0 | 100011 | 1011 | 101101 | 100111110 | 10110 | 101101 |
Color Harmonies of #8D5B7E
Complementary color
Monochromatic Colors of #8D5B7E
Black with #8D5B7E
Text Example
Text Example
White with #8D5B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5B7E; }
p { color: rgb(141,91,126); }
H1.HeaderClassName
{
color: #8D5B7E;
}
.AnyTagClassName
{
color: #8D5B7E;
}
</style>
background-color css
<style>
a { background-color: #8D5B7E; }
a { background-color: rgb(141,91,126); }
div.DivClassName
{
background-color: #8D5B7E;
}
.BgClassName
{
background-color: #8D5B7E;
}
</style>
border-color css
<style>
span { border-color: #8D5B7E; }
span { border-color: rgb(141,91,126); }
td.TdClassName
{
border-color: #8D5B7E;
}
.TagClassName
{
border-color: #8D5B7E;
}
</style>