Shades of Strikemaster #8B6F7F
Tints of Strikemaster #8B6F7F
RGB
CMYK
RGB Variations
Color information
#8B6F7F (or 0x8B6F7F) is known color: Strikemaster. HEX triplet: 8B, 6F and 7F. RGB value is (139,111,127). Sum of RGB (Red+Green+Blue) = 139+111+127=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F7F is #749080. Grayscale: #797979. Windows color (decimal): -7639169 or 8351627. OLE color: 8351627.
HSL color Cylindrical-coordinate representation of color #8B6F7F: hue angle of 325.71º 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 #8B6F7F is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 127 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.45 |
| HSL | 325.71º | 0.11% | 0.49% | - |
| HSV(B) | 325.71º | 0.2% | 0.55% | - |
| XYZ | 20.16 | 18.39 | 22.57 | - |
| YUV | 121.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 127 | 0 | 0.20 | 0.09 | 0.45 | 325.71 | 0.11 | 0.49 |
| Hex | 8B | 6F | 7F | 0 | 14 | 9 | 2D | 146 | B | 31 |
| Octal | 213 | 157 | 177 | 0 | 24 | 11 | 55 | 506 | 13 | 61 |
| Binary | 10001011 | 1101111 | 1111111 | 0 | 10100 | 1001 | 101101 | 101000110 | 1011 | 110001 |
Color Harmonies of #8B6F7F
Complementary color
Monochromatic Colors of #8B6F7F
Black with #8B6F7F
Text Example
Text Example
White with #8B6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F7F; }
p { color: rgb(139,111,127); }
H1.HeaderClassName
{
color: #8B6F7F;
}
.AnyTagClassName
{
color: #8B6F7F;
}
</style>
background-color css
<style>
a { background-color: #8B6F7F; }
a { background-color: rgb(139,111,127); }
div.DivClassName
{
background-color: #8B6F7F;
}
.BgClassName
{
background-color: #8B6F7F;
}
</style>
border-color css
<style>
span { border-color: #8B6F7F; }
span { border-color: rgb(139,111,127); }
td.TdClassName
{
border-color: #8B6F7F;
}
.TagClassName
{
border-color: #8B6F7F;
}
</style>