Shades of Strikemaster #8B5E7F
Tints of Strikemaster #8B5E7F
RGB
CMYK
RGB Variations
Color information
#8B5E7F (or 0x8B5E7F) is known color: Strikemaster. HEX triplet: 8B, 5E and 7F. RGB value is (139,94,127). Sum of RGB (Red+Green+Blue) = 139+94+127=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E7F is #74A180. Grayscale: #6F6F6F. Windows color (decimal): -7643521 or 8347275. OLE color: 8347275.
HSL color Cylindrical-coordinate representation of color #8B5E7F: hue angle of 316º 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 #8B5E7F is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 127 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.45 |
| HSL | 316º | 0.19% | 0.46% | - |
| HSV(B) | 316º | 0.32% | 0.55% | - |
| XYZ | 18.48 | 15.03 | 22.01 | - |
| YUV | 111.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 127 | 0 | 0.32 | 0.09 | 0.45 | 316 | 0.19 | 0.46 |
| Hex | 8B | 5E | 7F | 0 | 20 | 9 | 2D | 13C | 13 | 2E |
| Octal | 213 | 136 | 177 | 0 | 40 | 11 | 55 | 474 | 23 | 56 |
| Binary | 10001011 | 1011110 | 1111111 | 0 | 100000 | 1001 | 101101 | 100111100 | 10011 | 101110 |
Color Harmonies of #8B5E7F
Complementary color
Monochromatic Colors of #8B5E7F
Black with #8B5E7F
Text Example
Text Example
White with #8B5E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E7F; }
p { color: rgb(139,94,127); }
H1.HeaderClassName
{
color: #8B5E7F;
}
.AnyTagClassName
{
color: #8B5E7F;
}
</style>
background-color css
<style>
a { background-color: #8B5E7F; }
a { background-color: rgb(139,94,127); }
div.DivClassName
{
background-color: #8B5E7F;
}
.BgClassName
{
background-color: #8B5E7F;
}
</style>
border-color css
<style>
span { border-color: #8B5E7F; }
span { border-color: rgb(139,94,127); }
td.TdClassName
{
border-color: #8B5E7F;
}
.TagClassName
{
border-color: #8B5E7F;
}
</style>