Shades of Strikemaster #8B647F
Tints of Strikemaster #8B647F
RGB
CMYK
RGB Variations
Color information
#8B647F (or 0x8B647F) is known color: Strikemaster. HEX triplet: 8B, 64 and 7F. RGB value is (139,100,127). Sum of RGB (Red+Green+Blue) = 139+100+127=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B647F is #749B80. Grayscale: #727272. Windows color (decimal): -7641985 or 8348811. OLE color: 8348811.
HSL color Cylindrical-coordinate representation of color #8B647F: hue angle of 318.46º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B647F is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 127 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.45 |
| HSL | 318.46º | 0.16% | 0.47% | - |
| HSV(B) | 318.46º | 0.28% | 0.55% | - |
| XYZ | 19.04 | 16.14 | 22.19 | - |
| YUV | 114.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 127 | 0 | 0.28 | 0.09 | 0.45 | 318.46 | 0.16 | 0.47 |
| Hex | 8B | 64 | 7F | 0 | 1C | 9 | 2D | 13E | 10 | 2F |
| Octal | 213 | 144 | 177 | 0 | 34 | 11 | 55 | 476 | 20 | 57 |
| Binary | 10001011 | 1100100 | 1111111 | 0 | 11100 | 1001 | 101101 | 100111110 | 10000 | 101111 |
Color Harmonies of #8B647F
Complementary color
Monochromatic Colors of #8B647F
Black with #8B647F
Text Example
Text Example
White with #8B647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B647F; }
p { color: rgb(139,100,127); }
H1.HeaderClassName
{
color: #8B647F;
}
.AnyTagClassName
{
color: #8B647F;
}
</style>
background-color css
<style>
a { background-color: #8B647F; }
a { background-color: rgb(139,100,127); }
div.DivClassName
{
background-color: #8B647F;
}
.BgClassName
{
background-color: #8B647F;
}
</style>
border-color css
<style>
span { border-color: #8B647F; }
span { border-color: rgb(139,100,127); }
td.TdClassName
{
border-color: #8B647F;
}
.TagClassName
{
border-color: #8B647F;
}
</style>