Shades of Strikemaster #8B5477
Tints of Strikemaster #8B5477
RGB
CMYK
RGB Variations
Color information
#8B5477 (or 0x8B5477) is known color: Strikemaster. HEX triplet: 8B, 54 and 77. RGB value is (139,84,119). Sum of RGB (Red+Green+Blue) = 139+84+119=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5477 is #74AB88. Grayscale: #686868. Windows color (decimal): -7646089 or 7820427. OLE color: 7820427.
HSL color Cylindrical-coordinate representation of color #8B5477: hue angle of 321.82º 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 #8B5477 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 119 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.45 |
| HSL | 321.82º | 0.25% | 0.44% | - |
| HSV(B) | 321.82º | 0.4% | 0.55% | - |
| XYZ | 17.15 | 13.16 | 19.09 | - |
| YUV | 104.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 119 | 0 | 0.40 | 0.14 | 0.45 | 321.82 | 0.25 | 0.44 |
| Hex | 8B | 54 | 77 | 0 | 28 | E | 2D | 142 | 19 | 2C |
| Octal | 213 | 124 | 167 | 0 | 50 | 16 | 55 | 502 | 31 | 54 |
| Binary | 10001011 | 1010100 | 1110111 | 0 | 101000 | 1110 | 101101 | 101000010 | 11001 | 101100 |
Color Harmonies of #8B5477
Complementary color
Monochromatic Colors of #8B5477
Black with #8B5477
Text Example
Text Example
White with #8B5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5477; }
p { color: rgb(139,84,119); }
H1.HeaderClassName
{
color: #8B5477;
}
.AnyTagClassName
{
color: #8B5477;
}
</style>
background-color css
<style>
a { background-color: #8B5477; }
a { background-color: rgb(139,84,119); }
div.DivClassName
{
background-color: #8B5477;
}
.BgClassName
{
background-color: #8B5477;
}
</style>
border-color css
<style>
span { border-color: #8B5477; }
span { border-color: rgb(139,84,119); }
td.TdClassName
{
border-color: #8B5477;
}
.TagClassName
{
border-color: #8B5477;
}
</style>