Shades of Strikemaster #8B5778
Tints of Strikemaster #8B5778
RGB
CMYK
RGB Variations
Color information
#8B5778 (or 0x8B5778) is known color: Strikemaster. HEX triplet: 8B, 57 and 78. RGB value is (139,87,120). Sum of RGB (Red+Green+Blue) = 139+87+120=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5778 is #74A887. Grayscale: #6A6A6A. Windows color (decimal): -7645320 or 7886731. OLE color: 7886731.
HSL color Cylindrical-coordinate representation of color #8B5778: hue angle of 321.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5778 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 120 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.45 |
| HSL | 321.92º | 0.23% | 0.44% | - |
| HSV(B) | 321.92º | 0.37% | 0.55% | - |
| XYZ | 17.45 | 13.66 | 19.49 | - |
| YUV | 106.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 120 | 0 | 0.37 | 0.14 | 0.45 | 321.92 | 0.23 | 0.44 |
| Hex | 8B | 57 | 78 | 0 | 25 | E | 2D | 142 | 17 | 2C |
| Octal | 213 | 127 | 170 | 0 | 45 | 16 | 55 | 502 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1111000 | 0 | 100101 | 1110 | 101101 | 101000010 | 10111 | 101100 |
Color Harmonies of #8B5778
Complementary color
Monochromatic Colors of #8B5778
Black with #8B5778
Text Example
Text Example
White with #8B5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5778; }
p { color: rgb(139,87,120); }
H1.HeaderClassName
{
color: #8B5778;
}
.AnyTagClassName
{
color: #8B5778;
}
</style>
background-color css
<style>
a { background-color: #8B5778; }
a { background-color: rgb(139,87,120); }
div.DivClassName
{
background-color: #8B5778;
}
.BgClassName
{
background-color: #8B5778;
}
</style>
border-color css
<style>
span { border-color: #8B5778; }
span { border-color: rgb(139,87,120); }
td.TdClassName
{
border-color: #8B5778;
}
.TagClassName
{
border-color: #8B5778;
}
</style>