Shades of Strikemaster #8B5575
Tints of Strikemaster #8B5575
RGB
CMYK
RGB Variations
Color information
#8B5575 (or 0x8B5575) is known color: Strikemaster. HEX triplet: 8B, 55 and 75. RGB value is (139,85,117). Sum of RGB (Red+Green+Blue) = 139+85+117=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5575 is #74AA8A. Grayscale: #686868. Windows color (decimal): -7645835 or 7689611. OLE color: 7689611.
HSL color Cylindrical-coordinate representation of color #8B5575: hue angle of 324.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5575 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 117 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.45 |
| HSL | 324.44º | 0.24% | 0.44% | - |
| HSV(B) | 324.44º | 0.39% | 0.55% | - |
| XYZ | 17.11 | 13.27 | 18.49 | - |
| YUV | 104.79 | 134.89 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 117 | 0 | 0.39 | 0.16 | 0.45 | 324.44 | 0.24 | 0.44 |
| Hex | 8B | 55 | 75 | 0 | 27 | 10 | 2D | 144 | 18 | 2C |
| Octal | 213 | 125 | 165 | 0 | 47 | 20 | 55 | 504 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1110101 | 0 | 100111 | 10000 | 101101 | 101000100 | 11000 | 101100 |
Color Harmonies of #8B5575
Complementary color
Monochromatic Colors of #8B5575
Black with #8B5575
Text Example
Text Example
White with #8B5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5575; }
p { color: rgb(139,85,117); }
H1.HeaderClassName
{
color: #8B5575;
}
.AnyTagClassName
{
color: #8B5575;
}
</style>
background-color css
<style>
a { background-color: #8B5575; }
a { background-color: rgb(139,85,117); }
div.DivClassName
{
background-color: #8B5575;
}
.BgClassName
{
background-color: #8B5575;
}
</style>
border-color css
<style>
span { border-color: #8B5575; }
span { border-color: rgb(139,85,117); }
td.TdClassName
{
border-color: #8B5575;
}
.TagClassName
{
border-color: #8B5575;
}
</style>