Shades of Strikemaster #8D607C
Tints of Strikemaster #8D607C
RGB
CMYK
RGB Variations
Color information
#8D607C (or 0x8D607C) is known color: Strikemaster. HEX triplet: 8D, 60 and 7C. RGB value is (141,96,124). Sum of RGB (Red+Green+Blue) = 141+96+124=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D607C is #729F83. Grayscale: #707070. Windows color (decimal): -7511940 or 8151181. OLE color: 8151181.
HSL color Cylindrical-coordinate representation of color #8D607C: hue angle of 322.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D607C is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 124 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.45 |
| HSL | 322.67º | 0.19% | 0.46% | - |
| HSV(B) | 322.67º | 0.32% | 0.55% | - |
| XYZ | 18.81 | 15.48 | 21.07 | - |
| YUV | 112.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 124 | 0 | 0.32 | 0.12 | 0.45 | 322.67 | 0.19 | 0.46 |
| Hex | 8D | 60 | 7C | 0 | 20 | C | 2D | 143 | 13 | 2E |
| Octal | 215 | 140 | 174 | 0 | 40 | 14 | 55 | 503 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1111100 | 0 | 100000 | 1100 | 101101 | 101000011 | 10011 | 101110 |
Color Harmonies of #8D607C
Complementary color
Monochromatic Colors of #8D607C
Black with #8D607C
Text Example
Text Example
White with #8D607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D607C; }
p { color: rgb(141,96,124); }
H1.HeaderClassName
{
color: #8D607C;
}
.AnyTagClassName
{
color: #8D607C;
}
</style>
background-color css
<style>
a { background-color: #8D607C; }
a { background-color: rgb(141,96,124); }
div.DivClassName
{
background-color: #8D607C;
}
.BgClassName
{
background-color: #8D607C;
}
</style>
border-color css
<style>
span { border-color: #8D607C; }
span { border-color: rgb(141,96,124); }
td.TdClassName
{
border-color: #8D607C;
}
.TagClassName
{
border-color: #8D607C;
}
</style>