Shades of Strikemaster #8B6B84
Tints of Strikemaster #8B6B84
RGB
CMYK
RGB Variations
Color information
#8B6B84 (or 0x8B6B84) is known color: Strikemaster. HEX triplet: 8B, 6B and 84. RGB value is (139,107,132). Sum of RGB (Red+Green+Blue) = 139+107+132=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6B84 is #74947B. Grayscale: #777777. Windows color (decimal): -7640188 or 8678283. OLE color: 8678283.
HSL color Cylindrical-coordinate representation of color #8B6B84: hue angle of 313.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6B84 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 132 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.45 |
| HSL | 313.13º | 0.13% | 0.48% | - |
| HSV(B) | 313.13º | 0.23% | 0.55% | - |
| XYZ | 20.07 | 17.67 | 24.18 | - |
| YUV | 119.42 | 135.1 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 132 | 0 | 0.23 | 0.05 | 0.45 | 313.13 | 0.13 | 0.48 |
| Hex | 8B | 6B | 84 | 0 | 17 | 5 | 2D | 139 | D | 30 |
| Octal | 213 | 153 | 204 | 0 | 27 | 5 | 55 | 471 | 15 | 60 |
| Binary | 10001011 | 1101011 | 10000100 | 0 | 10111 | 101 | 101101 | 100111001 | 1101 | 110000 |
Color Harmonies of #8B6B84
Complementary color
Monochromatic Colors of #8B6B84
Black with #8B6B84
Text Example
Text Example
White with #8B6B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B84; }
p { color: rgb(139,107,132); }
H1.HeaderClassName
{
color: #8B6B84;
}
.AnyTagClassName
{
color: #8B6B84;
}
</style>
background-color css
<style>
a { background-color: #8B6B84; }
a { background-color: rgb(139,107,132); }
div.DivClassName
{
background-color: #8B6B84;
}
.BgClassName
{
background-color: #8B6B84;
}
</style>
border-color css
<style>
span { border-color: #8B6B84; }
span { border-color: rgb(139,107,132); }
td.TdClassName
{
border-color: #8B6B84;
}
.TagClassName
{
border-color: #8B6B84;
}
</style>