Shades of Strikemaster #8B6F84
Tints of Strikemaster #8B6F84
RGB
CMYK
RGB Variations
Color information
#8B6F84 (or 0x8B6F84) is known color: Strikemaster. HEX triplet: 8B, 6F and 84. RGB value is (139,111,132). Sum of RGB (Red+Green+Blue) = 139+111+132=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6F84 is #74907B. Grayscale: #797979. Windows color (decimal): -7639164 or 8679307. OLE color: 8679307.
HSL color Cylindrical-coordinate representation of color #8B6F84: hue angle of 315º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B6F84 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 132 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.45 |
| HSL | 315º | 0.11% | 0.49% | - |
| HSV(B) | 315º | 0.2% | 0.55% | - |
| XYZ | 20.5 | 18.52 | 24.32 | - |
| YUV | 121.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 132 | 0 | 0.20 | 0.05 | 0.45 | 315 | 0.11 | 0.49 |
| Hex | 8B | 6F | 84 | 0 | 14 | 5 | 2D | 13B | B | 31 |
| Octal | 213 | 157 | 204 | 0 | 24 | 5 | 55 | 473 | 13 | 61 |
| Binary | 10001011 | 1101111 | 10000100 | 0 | 10100 | 101 | 101101 | 100111011 | 1011 | 110001 |
Color Harmonies of #8B6F84
Complementary color
Monochromatic Colors of #8B6F84
Black with #8B6F84
Text Example
Text Example
White with #8B6F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F84; }
p { color: rgb(139,111,132); }
H1.HeaderClassName
{
color: #8B6F84;
}
.AnyTagClassName
{
color: #8B6F84;
}
</style>
background-color css
<style>
a { background-color: #8B6F84; }
a { background-color: rgb(139,111,132); }
div.DivClassName
{
background-color: #8B6F84;
}
.BgClassName
{
background-color: #8B6F84;
}
</style>
border-color css
<style>
span { border-color: #8B6F84; }
span { border-color: rgb(139,111,132); }
td.TdClassName
{
border-color: #8B6F84;
}
.TagClassName
{
border-color: #8B6F84;
}
</style>