Shades of Strikemaster #8D5B7A
Tints of Strikemaster #8D5B7A
RGB
CMYK
RGB Variations
Color information
#8D5B7A (or 0x8D5B7A) is known color: Strikemaster. HEX triplet: 8D, 5B and 7A. RGB value is (141,91,122). Sum of RGB (Red+Green+Blue) = 141+91+122=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B7A is #72A485. Grayscale: #6D6D6D. Windows color (decimal): -7513222 or 8018829. OLE color: 8018829.
HSL color Cylindrical-coordinate representation of color #8D5B7A: hue angle of 322.8º 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 #8D5B7A is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 91 | 122 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.45 |
| HSL | 322.8º | 0.22% | 0.45% | - |
| HSV(B) | 322.8º | 0.35% | 0.55% | - |
| XYZ | 18.24 | 14.55 | 20.26 | - |
| YUV | 109.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 122 | 0 | 0.35 | 0.13 | 0.45 | 322.8 | 0.22 | 0.45 |
| Hex | 8D | 5B | 7A | 0 | 23 | D | 2D | 143 | 16 | 2D |
| Octal | 215 | 133 | 172 | 0 | 43 | 15 | 55 | 503 | 26 | 55 |
| Binary | 10001101 | 1011011 | 1111010 | 0 | 100011 | 1101 | 101101 | 101000011 | 10110 | 101101 |
Color Harmonies of #8D5B7A
Complementary color
Monochromatic Colors of #8D5B7A
Black with #8D5B7A
Text Example
Text Example
White with #8D5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5B7A; }
p { color: rgb(141,91,122); }
H1.HeaderClassName
{
color: #8D5B7A;
}
.AnyTagClassName
{
color: #8D5B7A;
}
</style>
background-color css
<style>
a { background-color: #8D5B7A; }
a { background-color: rgb(141,91,122); }
div.DivClassName
{
background-color: #8D5B7A;
}
.BgClassName
{
background-color: #8D5B7A;
}
</style>
border-color css
<style>
span { border-color: #8D5B7A; }
span { border-color: rgb(141,91,122); }
td.TdClassName
{
border-color: #8D5B7A;
}
.TagClassName
{
border-color: #8D5B7A;
}
</style>