Shades of Strikemaster #8B5A77
Tints of Strikemaster #8B5A77
RGB
CMYK
RGB Variations
Color information
#8B5A77 (or 0x8B5A77) is known color: Strikemaster. HEX triplet: 8B, 5A and 77. RGB value is (139,90,119). Sum of RGB (Red+Green+Blue) = 139+90+119=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A77 is #74A588. Grayscale: #6B6B6B. Windows color (decimal): -7644553 or 7821963. OLE color: 7821963.
HSL color Cylindrical-coordinate representation of color #8B5A77: hue angle of 324.49º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A77 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 119 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.45 |
| HSL | 324.49º | 0.21% | 0.45% | - |
| HSV(B) | 324.49º | 0.35% | 0.55% | - |
| XYZ | 17.63 | 14.13 | 19.25 | - |
| YUV | 107.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 119 | 0 | 0.35 | 0.14 | 0.45 | 324.49 | 0.21 | 0.45 |
| Hex | 8B | 5A | 77 | 0 | 23 | E | 2D | 144 | 15 | 2D |
| Octal | 213 | 132 | 167 | 0 | 43 | 16 | 55 | 504 | 25 | 55 |
| Binary | 10001011 | 1011010 | 1110111 | 0 | 100011 | 1110 | 101101 | 101000100 | 10101 | 101101 |
Color Harmonies of #8B5A77
Complementary color
Monochromatic Colors of #8B5A77
Black with #8B5A77
Text Example
Text Example
White with #8B5A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A77; }
p { color: rgb(139,90,119); }
H1.HeaderClassName
{
color: #8B5A77;
}
.AnyTagClassName
{
color: #8B5A77;
}
</style>
background-color css
<style>
a { background-color: #8B5A77; }
a { background-color: rgb(139,90,119); }
div.DivClassName
{
background-color: #8B5A77;
}
.BgClassName
{
background-color: #8B5A77;
}
</style>
border-color css
<style>
span { border-color: #8B5A77; }
span { border-color: rgb(139,90,119); }
td.TdClassName
{
border-color: #8B5A77;
}
.TagClassName
{
border-color: #8B5A77;
}
</style>