Shades of Strikemaster #8D5B7D
Tints of Strikemaster #8D5B7D
RGB
CMYK
RGB Variations
Color information
#8D5B7D (or 0x8D5B7D) is known color: Strikemaster. HEX triplet: 8D, 5B and 7D. RGB value is (141,91,125). Sum of RGB (Red+Green+Blue) = 141+91+125=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5B7D is #72A482. Grayscale: #6D6D6D. Windows color (decimal): -7513219 or 8215437. OLE color: 8215437.
HSL color Cylindrical-coordinate representation of color #8D5B7D: hue angle of 319.2º 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 #8D5B7D is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 91 | 125 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.45 |
| HSL | 319.2º | 0.22% | 0.45% | - |
| HSV(B) | 319.2º | 0.35% | 0.55% | - |
| XYZ | 18.43 | 14.63 | 21.25 | - |
| YUV | 109.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 125 | 0 | 0.35 | 0.11 | 0.45 | 319.2 | 0.22 | 0.45 |
| Hex | 8D | 5B | 7D | 0 | 23 | B | 2D | 13F | 16 | 2D |
| Octal | 215 | 133 | 175 | 0 | 43 | 13 | 55 | 477 | 26 | 55 |
| Binary | 10001101 | 1011011 | 1111101 | 0 | 100011 | 1011 | 101101 | 100111111 | 10110 | 101101 |
Color Harmonies of #8D5B7D
Complementary color
Monochromatic Colors of #8D5B7D
Black with #8D5B7D
Text Example
Text Example
White with #8D5B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5B7D; }
p { color: rgb(141,91,125); }
H1.HeaderClassName
{
color: #8D5B7D;
}
.AnyTagClassName
{
color: #8D5B7D;
}
</style>
background-color css
<style>
a { background-color: #8D5B7D; }
a { background-color: rgb(141,91,125); }
div.DivClassName
{
background-color: #8D5B7D;
}
.BgClassName
{
background-color: #8D5B7D;
}
</style>
border-color css
<style>
span { border-color: #8D5B7D; }
span { border-color: rgb(141,91,125); }
td.TdClassName
{
border-color: #8D5B7D;
}
.TagClassName
{
border-color: #8D5B7D;
}
</style>