Shades of Strikemaster #8D647B
Tints of Strikemaster #8D647B
RGB
CMYK
RGB Variations
Color information
#8D647B (or 0x8D647B) is known color: Strikemaster. HEX triplet: 8D, 64 and 7B. RGB value is (141,100,123). Sum of RGB (Red+Green+Blue) = 141+100+123=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D647B is #729B84. Grayscale: #727272. Windows color (decimal): -7510917 or 8086669. OLE color: 8086669.
HSL color Cylindrical-coordinate representation of color #8D647B: hue angle of 326.34º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D647B is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 123 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.45 |
| HSL | 326.34º | 0.17% | 0.47% | - |
| HSV(B) | 326.34º | 0.29% | 0.55% | - |
| XYZ | 19.12 | 16.21 | 20.86 | - |
| YUV | 114.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 123 | 0 | 0.29 | 0.13 | 0.45 | 326.34 | 0.17 | 0.47 |
| Hex | 8D | 64 | 7B | 0 | 1D | D | 2D | 146 | 11 | 2F |
| Octal | 215 | 144 | 173 | 0 | 35 | 15 | 55 | 506 | 21 | 57 |
| Binary | 10001101 | 1100100 | 1111011 | 0 | 11101 | 1101 | 101101 | 101000110 | 10001 | 101111 |
Color Harmonies of #8D647B
Complementary color
Monochromatic Colors of #8D647B
Black with #8D647B
Text Example
Text Example
White with #8D647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D647B; }
p { color: rgb(141,100,123); }
H1.HeaderClassName
{
color: #8D647B;
}
.AnyTagClassName
{
color: #8D647B;
}
</style>
background-color css
<style>
a { background-color: #8D647B; }
a { background-color: rgb(141,100,123); }
div.DivClassName
{
background-color: #8D647B;
}
.BgClassName
{
background-color: #8D647B;
}
</style>
border-color css
<style>
span { border-color: #8D647B; }
span { border-color: rgb(141,100,123); }
td.TdClassName
{
border-color: #8D647B;
}
.TagClassName
{
border-color: #8D647B;
}
</style>