Shades of Strikemaster #8B647C
Tints of Strikemaster #8B647C
RGB
CMYK
RGB Variations
Color information
#8B647C (or 0x8B647C) is known color: Strikemaster. HEX triplet: 8B, 64 and 7C. RGB value is (139,100,124). Sum of RGB (Red+Green+Blue) = 139+100+124=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B647C is #749B83. Grayscale: #727272. Windows color (decimal): -7641988 or 8152203. OLE color: 8152203.
HSL color Cylindrical-coordinate representation of color #8B647C: hue angle of 323.08º 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 #8B647C is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 124 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.45 |
| HSL | 323.08º | 0.16% | 0.47% | - |
| HSV(B) | 323.08º | 0.28% | 0.55% | - |
| XYZ | 18.84 | 16.06 | 21.18 | - |
| YUV | 114.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 124 | 0 | 0.28 | 0.11 | 0.45 | 323.08 | 0.16 | 0.47 |
| Hex | 8B | 64 | 7C | 0 | 1C | B | 2D | 143 | 10 | 2F |
| Octal | 213 | 144 | 174 | 0 | 34 | 13 | 55 | 503 | 20 | 57 |
| Binary | 10001011 | 1100100 | 1111100 | 0 | 11100 | 1011 | 101101 | 101000011 | 10000 | 101111 |
Color Harmonies of #8B647C
Complementary color
Monochromatic Colors of #8B647C
Black with #8B647C
Text Example
Text Example
White with #8B647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B647C; }
p { color: rgb(139,100,124); }
H1.HeaderClassName
{
color: #8B647C;
}
.AnyTagClassName
{
color: #8B647C;
}
</style>
background-color css
<style>
a { background-color: #8B647C; }
a { background-color: rgb(139,100,124); }
div.DivClassName
{
background-color: #8B647C;
}
.BgClassName
{
background-color: #8B647C;
}
</style>
border-color css
<style>
span { border-color: #8B647C; }
span { border-color: rgb(139,100,124); }
td.TdClassName
{
border-color: #8B647C;
}
.TagClassName
{
border-color: #8B647C;
}
</style>