Shades of Strikemaster #8D607D
Tints of Strikemaster #8D607D
RGB
CMYK
RGB Variations
Color information
#8D607D (or 0x8D607D) is known color: Strikemaster. HEX triplet: 8D, 60 and 7D. RGB value is (141,96,125). Sum of RGB (Red+Green+Blue) = 141+96+125=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D607D is #729F82. Grayscale: #707070. Windows color (decimal): -7511939 or 8216717. OLE color: 8216717.
HSL color Cylindrical-coordinate representation of color #8D607D: hue angle of 321.33º 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 #8D607D is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 125 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.45 |
| HSL | 321.33º | 0.19% | 0.46% | - |
| HSV(B) | 321.33º | 0.32% | 0.55% | - |
| XYZ | 18.87 | 15.51 | 21.4 | - |
| YUV | 112.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 125 | 0 | 0.32 | 0.11 | 0.45 | 321.33 | 0.19 | 0.46 |
| Hex | 8D | 60 | 7D | 0 | 20 | B | 2D | 141 | 13 | 2E |
| Octal | 215 | 140 | 175 | 0 | 40 | 13 | 55 | 501 | 23 | 56 |
| Binary | 10001101 | 1100000 | 1111101 | 0 | 100000 | 1011 | 101101 | 101000001 | 10011 | 101110 |
Color Harmonies of #8D607D
Complementary color
Monochromatic Colors of #8D607D
Black with #8D607D
Text Example
Text Example
White with #8D607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D607D; }
p { color: rgb(141,96,125); }
H1.HeaderClassName
{
color: #8D607D;
}
.AnyTagClassName
{
color: #8D607D;
}
</style>
background-color css
<style>
a { background-color: #8D607D; }
a { background-color: rgb(141,96,125); }
div.DivClassName
{
background-color: #8D607D;
}
.BgClassName
{
background-color: #8D607D;
}
</style>
border-color css
<style>
span { border-color: #8D607D; }
span { border-color: rgb(141,96,125); }
td.TdClassName
{
border-color: #8D607D;
}
.TagClassName
{
border-color: #8D607D;
}
</style>