Shades of Strikemaster #8B6477
Tints of Strikemaster #8B6477
RGB
CMYK
RGB Variations
Color information
#8B6477 (or 0x8B6477) is known color: Strikemaster. HEX triplet: 8B, 64 and 77. RGB value is (139,100,119). Sum of RGB (Red+Green+Blue) = 139+100+119=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6477 is #749B88. Grayscale: #717171. Windows color (decimal): -7641993 or 7824523. OLE color: 7824523.
HSL color Cylindrical-coordinate representation of color #8B6477: hue angle of 330.77º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B6477 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 119 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.45 |
| HSL | 330.77º | 0.16% | 0.47% | - |
| HSV(B) | 330.77º | 0.28% | 0.55% | - |
| XYZ | 18.53 | 15.94 | 19.55 | - |
| YUV | 113.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 119 | 0 | 0.28 | 0.14 | 0.45 | 330.77 | 0.16 | 0.47 |
| Hex | 8B | 64 | 77 | 0 | 1C | E | 2D | 14B | 10 | 2F |
| Octal | 213 | 144 | 167 | 0 | 34 | 16 | 55 | 513 | 20 | 57 |
| Binary | 10001011 | 1100100 | 1110111 | 0 | 11100 | 1110 | 101101 | 101001011 | 10000 | 101111 |
Color Harmonies of #8B6477
Complementary color
Monochromatic Colors of #8B6477
Black with #8B6477
Text Example
Text Example
White with #8B6477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6477; }
p { color: rgb(139,100,119); }
H1.HeaderClassName
{
color: #8B6477;
}
.AnyTagClassName
{
color: #8B6477;
}
</style>
background-color css
<style>
a { background-color: #8B6477; }
a { background-color: rgb(139,100,119); }
div.DivClassName
{
background-color: #8B6477;
}
.BgClassName
{
background-color: #8B6477;
}
</style>
border-color css
<style>
span { border-color: #8B6477; }
span { border-color: rgb(139,100,119); }
td.TdClassName
{
border-color: #8B6477;
}
.TagClassName
{
border-color: #8B6477;
}
</style>