Shades of Strikemaster #8B6984
Tints of Strikemaster #8B6984
RGB
CMYK
RGB Variations
Color information
#8B6984 (or 0x8B6984) is known color: Strikemaster. HEX triplet: 8B, 69 and 84. RGB value is (139,105,132). Sum of RGB (Red+Green+Blue) = 139+105+132=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6984 is #74967B. Grayscale: #767676. Windows color (decimal): -7640700 or 8677771. OLE color: 8677771.
HSL color Cylindrical-coordinate representation of color #8B6984: hue angle of 312.35º degrees, saturation: 0.14, 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 #8B6984 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 105 | 132 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.45 |
| HSL | 312.35º | 0.14% | 0.48% | - |
| HSV(B) | 312.35º | 0.24% | 0.55% | - |
| XYZ | 19.86 | 17.26 | 24.11 | - |
| YUV | 118.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 132 | 0 | 0.24 | 0.05 | 0.45 | 312.35 | 0.14 | 0.48 |
| Hex | 8B | 69 | 84 | 0 | 18 | 5 | 2D | 138 | E | 30 |
| Octal | 213 | 151 | 204 | 0 | 30 | 5 | 55 | 470 | 16 | 60 |
| Binary | 10001011 | 1101001 | 10000100 | 0 | 11000 | 101 | 101101 | 100111000 | 1110 | 110000 |
Color Harmonies of #8B6984
Complementary color
Monochromatic Colors of #8B6984
Black with #8B6984
Text Example
Text Example
White with #8B6984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6984; }
p { color: rgb(139,105,132); }
H1.HeaderClassName
{
color: #8B6984;
}
.AnyTagClassName
{
color: #8B6984;
}
</style>
background-color css
<style>
a { background-color: #8B6984; }
a { background-color: rgb(139,105,132); }
div.DivClassName
{
background-color: #8B6984;
}
.BgClassName
{
background-color: #8B6984;
}
</style>
border-color css
<style>
span { border-color: #8B6984; }
span { border-color: rgb(139,105,132); }
td.TdClassName
{
border-color: #8B6984;
}
.TagClassName
{
border-color: #8B6984;
}
</style>