Shades of Strikemaster #8B657C
Tints of Strikemaster #8B657C
RGB
CMYK
RGB Variations
Color information
#8B657C (or 0x8B657C) is known color: Strikemaster. HEX triplet: 8B, 65 and 7C. RGB value is (139,101,124). Sum of RGB (Red+Green+Blue) = 139+101+124=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B657C is #749A83. Grayscale: #727272. Windows color (decimal): -7641732 or 8152459. OLE color: 8152459.
HSL color Cylindrical-coordinate representation of color #8B657C: hue angle of 323.68º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B657C is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 124 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.45 |
| HSL | 323.68º | 0.16% | 0.47% | - |
| HSV(B) | 323.68º | 0.27% | 0.55% | - |
| XYZ | 18.94 | 16.25 | 21.21 | - |
| YUV | 114.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 124 | 0 | 0.27 | 0.11 | 0.45 | 323.68 | 0.16 | 0.47 |
| Hex | 8B | 65 | 7C | 0 | 1B | B | 2D | 144 | 10 | 2F |
| Octal | 213 | 145 | 174 | 0 | 33 | 13 | 55 | 504 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1111100 | 0 | 11011 | 1011 | 101101 | 101000100 | 10000 | 101111 |
Color Harmonies of #8B657C
Complementary color
Monochromatic Colors of #8B657C
Black with #8B657C
Text Example
Text Example
White with #8B657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B657C; }
p { color: rgb(139,101,124); }
H1.HeaderClassName
{
color: #8B657C;
}
.AnyTagClassName
{
color: #8B657C;
}
</style>
background-color css
<style>
a { background-color: #8B657C; }
a { background-color: rgb(139,101,124); }
div.DivClassName
{
background-color: #8B657C;
}
.BgClassName
{
background-color: #8B657C;
}
</style>
border-color css
<style>
span { border-color: #8B657C; }
span { border-color: rgb(139,101,124); }
td.TdClassName
{
border-color: #8B657C;
}
.TagClassName
{
border-color: #8B657C;
}
</style>