Shades of Strikemaster #8B5F76
Tints of Strikemaster #8B5F76
RGB
CMYK
RGB Variations
Color information
#8B5F76 (or 0x8B5F76) is known color: Strikemaster. HEX triplet: 8B, 5F and 76. RGB value is (139,95,118). Sum of RGB (Red+Green+Blue) = 139+95+118=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F76 is #74A089. Grayscale: #6E6E6E. Windows color (decimal): -7643274 or 7757707. OLE color: 7757707.
HSL color Cylindrical-coordinate representation of color #8B5F76: hue angle of 328.64º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5F76 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 95 | 118 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.45 |
| HSL | 328.64º | 0.19% | 0.46% | - |
| HSV(B) | 328.64º | 0.32% | 0.55% | - |
| XYZ | 18.01 | 14.98 | 19.08 | - |
| YUV | 110.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 95 | 118 | 0 | 0.32 | 0.15 | 0.45 | 328.64 | 0.19 | 0.46 |
| Hex | 8B | 5F | 76 | 0 | 20 | F | 2D | 149 | 13 | 2E |
| Octal | 213 | 137 | 166 | 0 | 40 | 17 | 55 | 511 | 23 | 56 |
| Binary | 10001011 | 1011111 | 1110110 | 0 | 100000 | 1111 | 101101 | 101001001 | 10011 | 101110 |
Color Harmonies of #8B5F76
Complementary color
Monochromatic Colors of #8B5F76
Black with #8B5F76
Text Example
Text Example
White with #8B5F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5F76; }
p { color: rgb(139,95,118); }
H1.HeaderClassName
{
color: #8B5F76;
}
.AnyTagClassName
{
color: #8B5F76;
}
</style>
background-color css
<style>
a { background-color: #8B5F76; }
a { background-color: rgb(139,95,118); }
div.DivClassName
{
background-color: #8B5F76;
}
.BgClassName
{
background-color: #8B5F76;
}
</style>
border-color css
<style>
span { border-color: #8B5F76; }
span { border-color: rgb(139,95,118); }
td.TdClassName
{
border-color: #8B5F76;
}
.TagClassName
{
border-color: #8B5F76;
}
</style>