Shades of Strikemaster #8B5077
Tints of Strikemaster #8B5077
RGB
CMYK
RGB Variations
Color information
#8B5077 (or 0x8B5077) is known color: Strikemaster. HEX triplet: 8B, 50 and 77. RGB value is (139,80,119). Sum of RGB (Red+Green+Blue) = 139+80+119=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5077 is #74AF88. Grayscale: #656565. Windows color (decimal): -7647113 or 7819403. OLE color: 7819403.
HSL color Cylindrical-coordinate representation of color #8B5077: hue angle of 320.34º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5077 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 119 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.45 |
| HSL | 320.34º | 0.27% | 0.43% | - |
| HSV(B) | 320.34º | 0.42% | 0.55% | - |
| XYZ | 16.85 | 12.56 | 18.99 | - |
| YUV | 102.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 119 | 0 | 0.42 | 0.14 | 0.45 | 320.34 | 0.27 | 0.43 |
| Hex | 8B | 50 | 77 | 0 | 2A | E | 2D | 140 | 1B | 2B |
| Octal | 213 | 120 | 167 | 0 | 52 | 16 | 55 | 500 | 33 | 53 |
| Binary | 10001011 | 1010000 | 1110111 | 0 | 101010 | 1110 | 101101 | 101000000 | 11011 | 101011 |
Color Harmonies of #8B5077
Complementary color
Monochromatic Colors of #8B5077
Black with #8B5077
Text Example
Text Example
White with #8B5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5077; }
p { color: rgb(139,80,119); }
H1.HeaderClassName
{
color: #8B5077;
}
.AnyTagClassName
{
color: #8B5077;
}
</style>
background-color css
<style>
a { background-color: #8B5077; }
a { background-color: rgb(139,80,119); }
div.DivClassName
{
background-color: #8B5077;
}
.BgClassName
{
background-color: #8B5077;
}
</style>
border-color css
<style>
span { border-color: #8B5077; }
span { border-color: rgb(139,80,119); }
td.TdClassName
{
border-color: #8B5077;
}
.TagClassName
{
border-color: #8B5077;
}
</style>