Shades of Strikemaster #8D5D80
Tints of Strikemaster #8D5D80
RGB
CMYK
RGB Variations
Color information
#8D5D80 (or 0x8D5D80) is known color: Strikemaster. HEX triplet: 8D, 5D and 80. RGB value is (141,93,128). Sum of RGB (Red+Green+Blue) = 141+93+128=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5D80 is #72A27F. Grayscale: #6F6F6F. Windows color (decimal): -7512704 or 8412557. OLE color: 8412557.
HSL color Cylindrical-coordinate representation of color #8D5D80: hue angle of 316.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D5D80 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 93 | 128 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.45 |
| HSL | 316.25º | 0.21% | 0.46% | - |
| HSV(B) | 316.25º | 0.34% | 0.55% | - |
| XYZ | 18.8 | 15.05 | 22.34 | - |
| YUV | 111.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 128 | 0 | 0.34 | 0.09 | 0.45 | 316.25 | 0.21 | 0.46 |
| Hex | 8D | 5D | 80 | 0 | 22 | 9 | 2D | 13C | 15 | 2E |
| Octal | 215 | 135 | 200 | 0 | 42 | 11 | 55 | 474 | 25 | 56 |
| Binary | 10001101 | 1011101 | 10000000 | 0 | 100010 | 1001 | 101101 | 100111100 | 10101 | 101110 |
Color Harmonies of #8D5D80
Complementary color
Monochromatic Colors of #8D5D80
Black with #8D5D80
Text Example
Text Example
White with #8D5D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D80; }
p { color: rgb(141,93,128); }
H1.HeaderClassName
{
color: #8D5D80;
}
.AnyTagClassName
{
color: #8D5D80;
}
</style>
background-color css
<style>
a { background-color: #8D5D80; }
a { background-color: rgb(141,93,128); }
div.DivClassName
{
background-color: #8D5D80;
}
.BgClassName
{
background-color: #8D5D80;
}
</style>
border-color css
<style>
span { border-color: #8D5D80; }
span { border-color: rgb(141,93,128); }
td.TdClassName
{
border-color: #8D5D80;
}
.TagClassName
{
border-color: #8D5D80;
}
</style>