Shades of Strikemaster #8B7284
Tints of Strikemaster #8B7284
RGB
CMYK
RGB Variations
Color information
#8B7284 (or 0x8B7284) is known color: Strikemaster. HEX triplet: 8B, 72 and 84. RGB value is (139,114,132). Sum of RGB (Red+Green+Blue) = 139+114+132=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7284 is #748D7B. Grayscale: #7B7B7B. Windows color (decimal): -7638396 or 8680075. OLE color: 8680075.
HSL color Cylindrical-coordinate representation of color #8B7284: hue angle of 316.8º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B7284 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 132 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.45 |
| HSL | 316.8º | 0.1% | 0.5% | - |
| HSV(B) | 316.8º | 0.18% | 0.55% | - |
| XYZ | 20.83 | 19.19 | 24.44 | - |
| YUV | 123.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 132 | 0 | 0.18 | 0.05 | 0.45 | 316.8 | 0.1 | 0.5 |
| Hex | 8B | 72 | 84 | 0 | 12 | 5 | 2D | 13D | A | 32 |
| Octal | 213 | 162 | 204 | 0 | 22 | 5 | 55 | 475 | 12 | 62 |
| Binary | 10001011 | 1110010 | 10000100 | 0 | 10010 | 101 | 101101 | 100111101 | 1010 | 110010 |
Color Harmonies of #8B7284
Complementary color
Monochromatic Colors of #8B7284
Black with #8B7284
Text Example
Text Example
White with #8B7284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7284; }
p { color: rgb(139,114,132); }
H1.HeaderClassName
{
color: #8B7284;
}
.AnyTagClassName
{
color: #8B7284;
}
</style>
background-color css
<style>
a { background-color: #8B7284; }
a { background-color: rgb(139,114,132); }
div.DivClassName
{
background-color: #8B7284;
}
.BgClassName
{
background-color: #8B7284;
}
</style>
border-color css
<style>
span { border-color: #8B7284; }
span { border-color: rgb(139,114,132); }
td.TdClassName
{
border-color: #8B7284;
}
.TagClassName
{
border-color: #8B7284;
}
</style>