Shades of Strikemaster #8B647D
Tints of Strikemaster #8B647D
RGB
CMYK
RGB Variations
Color information
#8B647D (or 0x8B647D) is known color: Strikemaster. HEX triplet: 8B, 64 and 7D. RGB value is (139,100,125). Sum of RGB (Red+Green+Blue) = 139+100+125=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B647D is #749B82. Grayscale: #727272. Windows color (decimal): -7641987 or 8217739. OLE color: 8217739.
HSL color Cylindrical-coordinate representation of color #8B647D: hue angle of 321.54º 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 #8B647D is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 125 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.45 |
| HSL | 321.54º | 0.16% | 0.47% | - |
| HSV(B) | 321.54º | 0.28% | 0.55% | - |
| XYZ | 18.91 | 16.08 | 21.51 | - |
| YUV | 114.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 125 | 0 | 0.28 | 0.10 | 0.45 | 321.54 | 0.16 | 0.47 |
| Hex | 8B | 64 | 7D | 0 | 1C | A | 2D | 142 | 10 | 2F |
| Octal | 213 | 144 | 175 | 0 | 34 | 12 | 55 | 502 | 20 | 57 |
| Binary | 10001011 | 1100100 | 1111101 | 0 | 11100 | 1010 | 101101 | 101000010 | 10000 | 101111 |
Color Harmonies of #8B647D
Complementary color
Monochromatic Colors of #8B647D
Black with #8B647D
Text Example
Text Example
White with #8B647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B647D; }
p { color: rgb(139,100,125); }
H1.HeaderClassName
{
color: #8B647D;
}
.AnyTagClassName
{
color: #8B647D;
}
</style>
background-color css
<style>
a { background-color: #8B647D; }
a { background-color: rgb(139,100,125); }
div.DivClassName
{
background-color: #8B647D;
}
.BgClassName
{
background-color: #8B647D;
}
</style>
border-color css
<style>
span { border-color: #8B647D; }
span { border-color: rgb(139,100,125); }
td.TdClassName
{
border-color: #8B647D;
}
.TagClassName
{
border-color: #8B647D;
}
</style>