Shades of Strikemaster #8D637E
Tints of Strikemaster #8D637E
RGB
CMYK
RGB Variations
Color information
#8D637E (or 0x8D637E) is known color: Strikemaster. HEX triplet: 8D, 63 and 7E. RGB value is (141,99,126). Sum of RGB (Red+Green+Blue) = 141+99+126=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D637E is #729C81. Grayscale: #727272. Windows color (decimal): -7511170 or 8283021. OLE color: 8283021.
HSL color Cylindrical-coordinate representation of color #8D637E: hue angle of 321.43º degrees, saturation: 0.17, 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 #8D637E is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 126 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.45 |
| HSL | 321.43º | 0.18% | 0.47% | - |
| HSV(B) | 321.43º | 0.3% | 0.55% | - |
| XYZ | 19.21 | 16.09 | 21.83 | - |
| YUV | 114.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 126 | 0 | 0.30 | 0.11 | 0.45 | 321.43 | 0.18 | 0.47 |
| Hex | 8D | 63 | 7E | 0 | 1E | B | 2D | 141 | 12 | 2F |
| Octal | 215 | 143 | 176 | 0 | 36 | 13 | 55 | 501 | 22 | 57 |
| Binary | 10001101 | 1100011 | 1111110 | 0 | 11110 | 1011 | 101101 | 101000001 | 10010 | 101111 |
Color Harmonies of #8D637E
Complementary color
Monochromatic Colors of #8D637E
Black with #8D637E
Text Example
Text Example
White with #8D637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D637E; }
p { color: rgb(141,99,126); }
H1.HeaderClassName
{
color: #8D637E;
}
.AnyTagClassName
{
color: #8D637E;
}
</style>
background-color css
<style>
a { background-color: #8D637E; }
a { background-color: rgb(141,99,126); }
div.DivClassName
{
background-color: #8D637E;
}
.BgClassName
{
background-color: #8D637E;
}
</style>
border-color css
<style>
span { border-color: #8D637E; }
span { border-color: rgb(141,99,126); }
td.TdClassName
{
border-color: #8D637E;
}
.TagClassName
{
border-color: #8D637E;
}
</style>