Shades of Strikemaster #8D537B
Tints of Strikemaster #8D537B
RGB
CMYK
RGB Variations
Color information
#8D537B (or 0x8D537B) is known color: Strikemaster. HEX triplet: 8D, 53 and 7B. RGB value is (141,83,123). Sum of RGB (Red+Green+Blue) = 141+83+123=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D537B is #72AC84. Grayscale: #686868. Windows color (decimal): -7515269 or 8082317. OLE color: 8082317.
HSL color Cylindrical-coordinate representation of color #8D537B: hue angle of 318.62º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D537B is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 123 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.45 |
| HSL | 318.62º | 0.26% | 0.44% | - |
| HSV(B) | 318.62º | 0.41% | 0.55% | - |
| XYZ | 17.65 | 13.28 | 20.37 | - |
| YUV | 104.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 123 | 0 | 0.41 | 0.13 | 0.45 | 318.62 | 0.26 | 0.44 |
| Hex | 8D | 53 | 7B | 0 | 29 | D | 2D | 13F | 1A | 2C |
| Octal | 215 | 123 | 173 | 0 | 51 | 15 | 55 | 477 | 32 | 54 |
| Binary | 10001101 | 1010011 | 1111011 | 0 | 101001 | 1101 | 101101 | 100111111 | 11010 | 101100 |
Color Harmonies of #8D537B
Complementary color
Monochromatic Colors of #8D537B
Black with #8D537B
Text Example
Text Example
White with #8D537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D537B; }
p { color: rgb(141,83,123); }
H1.HeaderClassName
{
color: #8D537B;
}
.AnyTagClassName
{
color: #8D537B;
}
</style>
background-color css
<style>
a { background-color: #8D537B; }
a { background-color: rgb(141,83,123); }
div.DivClassName
{
background-color: #8D537B;
}
.BgClassName
{
background-color: #8D537B;
}
</style>
border-color css
<style>
span { border-color: #8D537B; }
span { border-color: rgb(141,83,123); }
td.TdClassName
{
border-color: #8D537B;
}
.TagClassName
{
border-color: #8D537B;
}
</style>