Shades of Strikemaster #8B6280
Tints of Strikemaster #8B6280
RGB
CMYK
RGB Variations
Color information
#8B6280 (or 0x8B6280) is known color: Strikemaster. HEX triplet: 8B, 62 and 80. RGB value is (139,98,128). Sum of RGB (Red+Green+Blue) = 139+98+128=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6280 is #749D7F. Grayscale: #717171. Windows color (decimal): -7642496 or 8413835. OLE color: 8413835.
HSL color Cylindrical-coordinate representation of color #8B6280: hue angle of 316.1º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6280 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 98 | 128 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.45 |
| HSL | 316.1º | 0.17% | 0.46% | - |
| HSV(B) | 316.1º | 0.29% | 0.55% | - |
| XYZ | 18.91 | 15.78 | 22.47 | - |
| YUV | 113.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 98 | 128 | 0 | 0.29 | 0.08 | 0.45 | 316.1 | 0.17 | 0.46 |
| Hex | 8B | 62 | 80 | 0 | 1D | 8 | 2D | 13C | 11 | 2E |
| Octal | 213 | 142 | 200 | 0 | 35 | 10 | 55 | 474 | 21 | 56 |
| Binary | 10001011 | 1100010 | 10000000 | 0 | 11101 | 1000 | 101101 | 100111100 | 10001 | 101110 |
Color Harmonies of #8B6280
Complementary color
Monochromatic Colors of #8B6280
Black with #8B6280
Text Example
Text Example
White with #8B6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6280; }
p { color: rgb(139,98,128); }
H1.HeaderClassName
{
color: #8B6280;
}
.AnyTagClassName
{
color: #8B6280;
}
</style>
background-color css
<style>
a { background-color: #8B6280; }
a { background-color: rgb(139,98,128); }
div.DivClassName
{
background-color: #8B6280;
}
.BgClassName
{
background-color: #8B6280;
}
</style>
border-color css
<style>
span { border-color: #8B6280; }
span { border-color: rgb(139,98,128); }
td.TdClassName
{
border-color: #8B6280;
}
.TagClassName
{
border-color: #8B6280;
}
</style>