Shades of Strikemaster #8B5779
Tints of Strikemaster #8B5779
RGB
CMYK
RGB Variations
Color information
#8B5779 (or 0x8B5779) is known color: Strikemaster. HEX triplet: 8B, 57 and 79. RGB value is (139,87,121). Sum of RGB (Red+Green+Blue) = 139+87+121=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5779 is #74A886. Grayscale: #6A6A6A. Windows color (decimal): -7645319 or 7952267. OLE color: 7952267.
HSL color Cylindrical-coordinate representation of color #8B5779: hue angle of 320.77º 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 #8B5779 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 121 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.45 |
| HSL | 320.77º | 0.23% | 0.44% | - |
| HSV(B) | 320.77º | 0.37% | 0.55% | - |
| XYZ | 17.51 | 13.69 | 19.81 | - |
| YUV | 106.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 121 | 0 | 0.37 | 0.13 | 0.45 | 320.77 | 0.23 | 0.44 |
| Hex | 8B | 57 | 79 | 0 | 25 | D | 2D | 141 | 17 | 2C |
| Octal | 213 | 127 | 171 | 0 | 45 | 15 | 55 | 501 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1111001 | 0 | 100101 | 1101 | 101101 | 101000001 | 10111 | 101100 |
Color Harmonies of #8B5779
Complementary color
Monochromatic Colors of #8B5779
Black with #8B5779
Text Example
Text Example
White with #8B5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5779; }
p { color: rgb(139,87,121); }
H1.HeaderClassName
{
color: #8B5779;
}
.AnyTagClassName
{
color: #8B5779;
}
</style>
background-color css
<style>
a { background-color: #8B5779; }
a { background-color: rgb(139,87,121); }
div.DivClassName
{
background-color: #8B5779;
}
.BgClassName
{
background-color: #8B5779;
}
</style>
border-color css
<style>
span { border-color: #8B5779; }
span { border-color: rgb(139,87,121); }
td.TdClassName
{
border-color: #8B5779;
}
.TagClassName
{
border-color: #8B5779;
}
</style>