Shades of Strikemaster #8B6A84
Tints of Strikemaster #8B6A84
RGB
CMYK
RGB Variations
Color information
#8B6A84 (or 0x8B6A84) is known color: Strikemaster. HEX triplet: 8B, 6A and 84. RGB value is (139,106,132). Sum of RGB (Red+Green+Blue) = 139+106+132=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6A84 is #74957B. Grayscale: #767676. Windows color (decimal): -7640444 or 8678027. OLE color: 8678027.
HSL color Cylindrical-coordinate representation of color #8B6A84: hue angle of 312.73º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6A84 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 106 | 132 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.45 |
| HSL | 312.73º | 0.13% | 0.48% | - |
| HSV(B) | 312.73º | 0.24% | 0.55% | - |
| XYZ | 19.97 | 17.46 | 24.15 | - |
| YUV | 118.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 132 | 0 | 0.24 | 0.05 | 0.45 | 312.73 | 0.13 | 0.48 |
| Hex | 8B | 6A | 84 | 0 | 18 | 5 | 2D | 139 | D | 30 |
| Octal | 213 | 152 | 204 | 0 | 30 | 5 | 55 | 471 | 15 | 60 |
| Binary | 10001011 | 1101010 | 10000100 | 0 | 11000 | 101 | 101101 | 100111001 | 1101 | 110000 |
Color Harmonies of #8B6A84
Complementary color
Monochromatic Colors of #8B6A84
Black with #8B6A84
Text Example
Text Example
White with #8B6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6A84; }
p { color: rgb(139,106,132); }
H1.HeaderClassName
{
color: #8B6A84;
}
.AnyTagClassName
{
color: #8B6A84;
}
</style>
background-color css
<style>
a { background-color: #8B6A84; }
a { background-color: rgb(139,106,132); }
div.DivClassName
{
background-color: #8B6A84;
}
.BgClassName
{
background-color: #8B6A84;
}
</style>
border-color css
<style>
span { border-color: #8B6A84; }
span { border-color: rgb(139,106,132); }
td.TdClassName
{
border-color: #8B6A84;
}
.TagClassName
{
border-color: #8B6A84;
}
</style>