Shades of Strikemaster #8D627E
Tints of Strikemaster #8D627E
RGB
CMYK
RGB Variations
Color information
#8D627E (or 0x8D627E) is known color: Strikemaster. HEX triplet: 8D, 62 and 7E. RGB value is (141,98,126). Sum of RGB (Red+Green+Blue) = 141+98+126=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D627E is #729D81. Grayscale: #717171. Windows color (decimal): -7511426 or 8282765. OLE color: 8282765.
HSL color Cylindrical-coordinate representation of color #8D627E: hue angle of 320.93º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D627E is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 126 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.45 |
| HSL | 320.93º | 0.18% | 0.47% | - |
| HSV(B) | 320.93º | 0.3% | 0.55% | - |
| XYZ | 19.12 | 15.9 | 21.8 | - |
| YUV | 114.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 126 | 0 | 0.30 | 0.11 | 0.45 | 320.93 | 0.18 | 0.47 |
| Hex | 8D | 62 | 7E | 0 | 1E | B | 2D | 141 | 12 | 2F |
| Octal | 215 | 142 | 176 | 0 | 36 | 13 | 55 | 501 | 22 | 57 |
| Binary | 10001101 | 1100010 | 1111110 | 0 | 11110 | 1011 | 101101 | 101000001 | 10010 | 101111 |
Color Harmonies of #8D627E
Complementary color
Monochromatic Colors of #8D627E
Black with #8D627E
Text Example
Text Example
White with #8D627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D627E; }
p { color: rgb(141,98,126); }
H1.HeaderClassName
{
color: #8D627E;
}
.AnyTagClassName
{
color: #8D627E;
}
</style>
background-color css
<style>
a { background-color: #8D627E; }
a { background-color: rgb(141,98,126); }
div.DivClassName
{
background-color: #8D627E;
}
.BgClassName
{
background-color: #8D627E;
}
</style>
border-color css
<style>
span { border-color: #8D627E; }
span { border-color: rgb(141,98,126); }
td.TdClassName
{
border-color: #8D627E;
}
.TagClassName
{
border-color: #8D627E;
}
</style>