Shades of Strikemaster #8D5E7F
Tints of Strikemaster #8D5E7F
RGB
CMYK
RGB Variations
Color information
#8D5E7F (or 0x8D5E7F) is known color: Strikemaster. HEX triplet: 8D, 5E and 7F. RGB value is (141,94,127). Sum of RGB (Red+Green+Blue) = 141+94+127=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E7F is #72A180. Grayscale: #6F6F6F. Windows color (decimal): -7512449 or 8347277. OLE color: 8347277.
HSL color Cylindrical-coordinate representation of color #8D5E7F: hue angle of 317.87º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D5E7F is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 94 | 127 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.45 |
| HSL | 317.87º | 0.2% | 0.46% | - |
| HSV(B) | 317.87º | 0.33% | 0.55% | - |
| XYZ | 18.82 | 15.2 | 22.02 | - |
| YUV | 111.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 94 | 127 | 0 | 0.33 | 0.10 | 0.45 | 317.87 | 0.2 | 0.46 |
| Hex | 8D | 5E | 7F | 0 | 21 | A | 2D | 13E | 14 | 2E |
| Octal | 215 | 136 | 177 | 0 | 41 | 12 | 55 | 476 | 24 | 56 |
| Binary | 10001101 | 1011110 | 1111111 | 0 | 100001 | 1010 | 101101 | 100111110 | 10100 | 101110 |
Color Harmonies of #8D5E7F
Complementary color
Monochromatic Colors of #8D5E7F
Black with #8D5E7F
Text Example
Text Example
White with #8D5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5E7F; }
p { color: rgb(141,94,127); }
H1.HeaderClassName
{
color: #8D5E7F;
}
.AnyTagClassName
{
color: #8D5E7F;
}
</style>
background-color css
<style>
a { background-color: #8D5E7F; }
a { background-color: rgb(141,94,127); }
div.DivClassName
{
background-color: #8D5E7F;
}
.BgClassName
{
background-color: #8D5E7F;
}
</style>
border-color css
<style>
span { border-color: #8D5E7F; }
span { border-color: rgb(141,94,127); }
td.TdClassName
{
border-color: #8D5E7F;
}
.TagClassName
{
border-color: #8D5E7F;
}
</style>