Shades of Strikemaster #8B5675
Tints of Strikemaster #8B5675
RGB
CMYK
RGB Variations
Color information
#8B5675 (or 0x8B5675) is known color: Strikemaster. HEX triplet: 8B, 56 and 75. RGB value is (139,86,117). Sum of RGB (Red+Green+Blue) = 139+86+117=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5675 is #74A98A. Grayscale: #696969. Windows color (decimal): -7645579 or 7689867. OLE color: 7689867.
HSL color Cylindrical-coordinate representation of color #8B5675: hue angle of 324.91º 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 #8B5675 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 117 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.45 |
| HSL | 324.91º | 0.24% | 0.44% | - |
| HSV(B) | 324.91º | 0.38% | 0.55% | - |
| XYZ | 17.19 | 13.43 | 18.52 | - |
| YUV | 105.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 117 | 0 | 0.38 | 0.16 | 0.45 | 324.91 | 0.24 | 0.44 |
| Hex | 8B | 56 | 75 | 0 | 26 | 10 | 2D | 145 | 18 | 2C |
| Octal | 213 | 126 | 165 | 0 | 46 | 20 | 55 | 505 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1110101 | 0 | 100110 | 10000 | 101101 | 101000101 | 11000 | 101100 |
Color Harmonies of #8B5675
Complementary color
Monochromatic Colors of #8B5675
Black with #8B5675
Text Example
Text Example
White with #8B5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5675; }
p { color: rgb(139,86,117); }
H1.HeaderClassName
{
color: #8B5675;
}
.AnyTagClassName
{
color: #8B5675;
}
</style>
background-color css
<style>
a { background-color: #8B5675; }
a { background-color: rgb(139,86,117); }
div.DivClassName
{
background-color: #8B5675;
}
.BgClassName
{
background-color: #8B5675;
}
</style>
border-color css
<style>
span { border-color: #8B5675; }
span { border-color: rgb(139,86,117); }
td.TdClassName
{
border-color: #8B5675;
}
.TagClassName
{
border-color: #8B5675;
}
</style>