Shades of Strikemaster #8D547B
Tints of Strikemaster #8D547B
RGB
CMYK
RGB Variations
Color information
#8D547B (or 0x8D547B) is known color: Strikemaster. HEX triplet: 8D, 54 and 7B. RGB value is (141,84,123). Sum of RGB (Red+Green+Blue) = 141+84+123=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D547B is #72AB84. Grayscale: #696969. Windows color (decimal): -7515013 or 8082573. OLE color: 8082573.
HSL color Cylindrical-coordinate representation of color #8D547B: hue angle of 318.95º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D547B is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 123 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.45 |
| HSL | 318.95º | 0.25% | 0.44% | - |
| HSV(B) | 318.95º | 0.4% | 0.55% | - |
| XYZ | 17.73 | 13.43 | 20.4 | - |
| YUV | 105.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 123 | 0 | 0.40 | 0.13 | 0.45 | 318.95 | 0.25 | 0.44 |
| Hex | 8D | 54 | 7B | 0 | 28 | D | 2D | 13F | 19 | 2C |
| Octal | 215 | 124 | 173 | 0 | 50 | 15 | 55 | 477 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1111011 | 0 | 101000 | 1101 | 101101 | 100111111 | 11001 | 101100 |
Color Harmonies of #8D547B
Complementary color
Monochromatic Colors of #8D547B
Black with #8D547B
Text Example
Text Example
White with #8D547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D547B; }
p { color: rgb(141,84,123); }
H1.HeaderClassName
{
color: #8D547B;
}
.AnyTagClassName
{
color: #8D547B;
}
</style>
background-color css
<style>
a { background-color: #8D547B; }
a { background-color: rgb(141,84,123); }
div.DivClassName
{
background-color: #8D547B;
}
.BgClassName
{
background-color: #8D547B;
}
</style>
border-color css
<style>
span { border-color: #8D547B; }
span { border-color: rgb(141,84,123); }
td.TdClassName
{
border-color: #8D547B;
}
.TagClassName
{
border-color: #8D547B;
}
</style>