Shades of Strikemaster #8D627B
Tints of Strikemaster #8D627B
RGB
CMYK
RGB Variations
Color information
#8D627B (or 0x8D627B) is known color: Strikemaster. HEX triplet: 8D, 62 and 7B. RGB value is (141,98,123). Sum of RGB (Red+Green+Blue) = 141+98+123=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D627B is #729D84. Grayscale: #717171. Windows color (decimal): -7511429 or 8086157. OLE color: 8086157.
HSL color Cylindrical-coordinate representation of color #8D627B: hue angle of 325.12º 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 #8D627B is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 123 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.45 |
| HSL | 325.12º | 0.18% | 0.47% | - |
| HSV(B) | 325.12º | 0.3% | 0.55% | - |
| XYZ | 18.93 | 15.83 | 20.8 | - |
| YUV | 113.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 123 | 0 | 0.30 | 0.13 | 0.45 | 325.12 | 0.18 | 0.47 |
| Hex | 8D | 62 | 7B | 0 | 1E | D | 2D | 145 | 12 | 2F |
| Octal | 215 | 142 | 173 | 0 | 36 | 15 | 55 | 505 | 22 | 57 |
| Binary | 10001101 | 1100010 | 1111011 | 0 | 11110 | 1101 | 101101 | 101000101 | 10010 | 101111 |
Color Harmonies of #8D627B
Complementary color
Monochromatic Colors of #8D627B
Black with #8D627B
Text Example
Text Example
White with #8D627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D627B; }
p { color: rgb(141,98,123); }
H1.HeaderClassName
{
color: #8D627B;
}
.AnyTagClassName
{
color: #8D627B;
}
</style>
background-color css
<style>
a { background-color: #8D627B; }
a { background-color: rgb(141,98,123); }
div.DivClassName
{
background-color: #8D627B;
}
.BgClassName
{
background-color: #8D627B;
}
</style>
border-color css
<style>
span { border-color: #8D627B; }
span { border-color: rgb(141,98,123); }
td.TdClassName
{
border-color: #8D627B;
}
.TagClassName
{
border-color: #8D627B;
}
</style>