Shades of Strikemaster #8B5B79
Tints of Strikemaster #8B5B79
RGB
CMYK
RGB Variations
Color information
#8B5B79 (or 0x8B5B79) is known color: Strikemaster. HEX triplet: 8B, 5B and 79. RGB value is (139,91,121). Sum of RGB (Red+Green+Blue) = 139+91+121=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B79 is #74A486. Grayscale: #6C6C6C. Windows color (decimal): -7644295 or 7953291. OLE color: 7953291.
HSL color Cylindrical-coordinate representation of color #8B5B79: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5B79 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 121 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.45 |
| HSL | 322.5º | 0.21% | 0.45% | - |
| HSV(B) | 322.5º | 0.35% | 0.55% | - |
| XYZ | 17.84 | 14.35 | 19.92 | - |
| YUV | 108.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 121 | 0 | 0.35 | 0.13 | 0.45 | 322.5 | 0.21 | 0.45 |
| Hex | 8B | 5B | 79 | 0 | 23 | D | 2D | 142 | 15 | 2D |
| Octal | 213 | 133 | 171 | 0 | 43 | 15 | 55 | 502 | 25 | 55 |
| Binary | 10001011 | 1011011 | 1111001 | 0 | 100011 | 1101 | 101101 | 101000010 | 10101 | 101101 |
Color Harmonies of #8B5B79
Complementary color
Monochromatic Colors of #8B5B79
Black with #8B5B79
Text Example
Text Example
White with #8B5B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B79; }
p { color: rgb(139,91,121); }
H1.HeaderClassName
{
color: #8B5B79;
}
.AnyTagClassName
{
color: #8B5B79;
}
</style>
background-color css
<style>
a { background-color: #8B5B79; }
a { background-color: rgb(139,91,121); }
div.DivClassName
{
background-color: #8B5B79;
}
.BgClassName
{
background-color: #8B5B79;
}
</style>
border-color css
<style>
span { border-color: #8B5B79; }
span { border-color: rgb(139,91,121); }
td.TdClassName
{
border-color: #8B5B79;
}
.TagClassName
{
border-color: #8B5B79;
}
</style>