Shades of Strikemaster #8B6F7C
Tints of Strikemaster #8B6F7C
RGB
CMYK
RGB Variations
Color information
#8B6F7C (or 0x8B6F7C) is known color: Strikemaster. HEX triplet: 8B, 6F and 7C. RGB value is (139,111,124). Sum of RGB (Red+Green+Blue) = 139+111+124=374 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.17% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F7C is #749083. Grayscale: #787878. Windows color (decimal): -7639172 or 8155019. OLE color: 8155019.
HSL color Cylindrical-coordinate representation of color #8B6F7C: hue angle of 332.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B6F7C is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 124 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.45 |
| HSL | 332.14º | 0.11% | 0.49% | - |
| HSV(B) | 332.14º | 0.2% | 0.55% | - |
| XYZ | 19.97 | 18.31 | 21.55 | - |
| YUV | 120.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 124 | 0 | 0.20 | 0.11 | 0.45 | 332.14 | 0.11 | 0.49 |
| Hex | 8B | 6F | 7C | 0 | 14 | B | 2D | 14C | B | 31 |
| Octal | 213 | 157 | 174 | 0 | 24 | 13 | 55 | 514 | 13 | 61 |
| Binary | 10001011 | 1101111 | 1111100 | 0 | 10100 | 1011 | 101101 | 101001100 | 1011 | 110001 |
Color Harmonies of #8B6F7C
Complementary color
Monochromatic Colors of #8B6F7C
Black with #8B6F7C
Text Example
Text Example
White with #8B6F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F7C; }
p { color: rgb(139,111,124); }
H1.HeaderClassName
{
color: #8B6F7C;
}
.AnyTagClassName
{
color: #8B6F7C;
}
</style>
background-color css
<style>
a { background-color: #8B6F7C; }
a { background-color: rgb(139,111,124); }
div.DivClassName
{
background-color: #8B6F7C;
}
.BgClassName
{
background-color: #8B6F7C;
}
</style>
border-color css
<style>
span { border-color: #8B6F7C; }
span { border-color: rgb(139,111,124); }
td.TdClassName
{
border-color: #8B6F7C;
}
.TagClassName
{
border-color: #8B6F7C;
}
</style>