Shades of Strikemaster #8D527A
Tints of Strikemaster #8D527A
RGB
CMYK
RGB Variations
Color information
#8D527A (or 0x8D527A) is known color: Strikemaster. HEX triplet: 8D, 52 and 7A. RGB value is (141,82,122). Sum of RGB (Red+Green+Blue) = 141+82+122=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D527A is #72AD85. Grayscale: #686868. Windows color (decimal): -7515526 or 8016525. OLE color: 8016525.
HSL color Cylindrical-coordinate representation of color #8D527A: hue angle of 319.32º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D527A is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 122 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.45 |
| HSL | 319.32º | 0.26% | 0.44% | - |
| HSV(B) | 319.32º | 0.42% | 0.55% | - |
| XYZ | 17.51 | 13.1 | 20.02 | - |
| YUV | 104.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 122 | 0 | 0.42 | 0.13 | 0.45 | 319.32 | 0.26 | 0.44 |
| Hex | 8D | 52 | 7A | 0 | 2A | D | 2D | 13F | 1A | 2C |
| Octal | 215 | 122 | 172 | 0 | 52 | 15 | 55 | 477 | 32 | 54 |
| Binary | 10001101 | 1010010 | 1111010 | 0 | 101010 | 1101 | 101101 | 100111111 | 11010 | 101100 |
Color Harmonies of #8D527A
Complementary color
Monochromatic Colors of #8D527A
Black with #8D527A
Text Example
Text Example
White with #8D527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D527A; }
p { color: rgb(141,82,122); }
H1.HeaderClassName
{
color: #8D527A;
}
.AnyTagClassName
{
color: #8D527A;
}
</style>
background-color css
<style>
a { background-color: #8D527A; }
a { background-color: rgb(141,82,122); }
div.DivClassName
{
background-color: #8D527A;
}
.BgClassName
{
background-color: #8D527A;
}
</style>
border-color css
<style>
span { border-color: #8D527A; }
span { border-color: rgb(141,82,122); }
td.TdClassName
{
border-color: #8D527A;
}
.TagClassName
{
border-color: #8D527A;
}
</style>