Shades of Strikemaster #8B5475
Tints of Strikemaster #8B5475
RGB
CMYK
RGB Variations
Color information
#8B5475 (or 0x8B5475) is known color: Strikemaster. HEX triplet: 8B, 54 and 75. RGB value is (139,84,117). Sum of RGB (Red+Green+Blue) = 139+84+117=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5475 is #74AB8A. Grayscale: #686868. Windows color (decimal): -7646091 or 7689355. OLE color: 7689355.
HSL color Cylindrical-coordinate representation of color #8B5475: hue angle of 324º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5475 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 117 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.45 |
| HSL | 324º | 0.25% | 0.44% | - |
| HSV(B) | 324º | 0.4% | 0.55% | - |
| XYZ | 17.03 | 13.11 | 18.46 | - |
| YUV | 104.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 117 | 0 | 0.40 | 0.16 | 0.45 | 324 | 0.25 | 0.44 |
| Hex | 8B | 54 | 75 | 0 | 28 | 10 | 2D | 144 | 19 | 2C |
| Octal | 213 | 124 | 165 | 0 | 50 | 20 | 55 | 504 | 31 | 54 |
| Binary | 10001011 | 1010100 | 1110101 | 0 | 101000 | 10000 | 101101 | 101000100 | 11001 | 101100 |
Color Harmonies of #8B5475
Complementary color
Monochromatic Colors of #8B5475
Black with #8B5475
Text Example
Text Example
White with #8B5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5475; }
p { color: rgb(139,84,117); }
H1.HeaderClassName
{
color: #8B5475;
}
.AnyTagClassName
{
color: #8B5475;
}
</style>
background-color css
<style>
a { background-color: #8B5475; }
a { background-color: rgb(139,84,117); }
div.DivClassName
{
background-color: #8B5475;
}
.BgClassName
{
background-color: #8B5475;
}
</style>
border-color css
<style>
span { border-color: #8B5475; }
span { border-color: rgb(139,84,117); }
td.TdClassName
{
border-color: #8B5475;
}
.TagClassName
{
border-color: #8B5475;
}
</style>