Shades of Strikemaster #8B5679
Tints of Strikemaster #8B5679
RGB
CMYK
RGB Variations
Color information
#8B5679 (or 0x8B5679) is known color: Strikemaster. HEX triplet: 8B, 56 and 79. RGB value is (139,86,121). Sum of RGB (Red+Green+Blue) = 139+86+121=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5679 is #74A986. Grayscale: #696969. Windows color (decimal): -7645575 or 7952011. OLE color: 7952011.
HSL color Cylindrical-coordinate representation of color #8B5679: hue angle of 320.38º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5679 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 121 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.45 |
| HSL | 320.38º | 0.24% | 0.44% | - |
| HSV(B) | 320.38º | 0.38% | 0.55% | - |
| XYZ | 17.43 | 13.53 | 19.78 | - |
| YUV | 105.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 121 | 0 | 0.38 | 0.13 | 0.45 | 320.38 | 0.24 | 0.44 |
| Hex | 8B | 56 | 79 | 0 | 26 | D | 2D | 140 | 18 | 2C |
| Octal | 213 | 126 | 171 | 0 | 46 | 15 | 55 | 500 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1111001 | 0 | 100110 | 1101 | 101101 | 101000000 | 11000 | 101100 |
Color Harmonies of #8B5679
Complementary color
Monochromatic Colors of #8B5679
Black with #8B5679
Text Example
Text Example
White with #8B5679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5679; }
p { color: rgb(139,86,121); }
H1.HeaderClassName
{
color: #8B5679;
}
.AnyTagClassName
{
color: #8B5679;
}
</style>
background-color css
<style>
a { background-color: #8B5679; }
a { background-color: rgb(139,86,121); }
div.DivClassName
{
background-color: #8B5679;
}
.BgClassName
{
background-color: #8B5679;
}
</style>
border-color css
<style>
span { border-color: #8B5679; }
span { border-color: rgb(139,86,121); }
td.TdClassName
{
border-color: #8B5679;
}
.TagClassName
{
border-color: #8B5679;
}
</style>