Shades of Strikemaster #8B6582
Tints of Strikemaster #8B6582
RGB
CMYK
RGB Variations
Color information
#8B6582 (or 0x8B6582) is known color: Strikemaster. HEX triplet: 8B, 65 and 82. RGB value is (139,101,130). Sum of RGB (Red+Green+Blue) = 139+101+130=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6582 is #749A7D. Grayscale: #737373. Windows color (decimal): -7641726 or 8545675. OLE color: 8545675.
HSL color Cylindrical-coordinate representation of color #8B6582: hue angle of 314.21º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6582 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 130 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.45 |
| HSL | 314.21º | 0.16% | 0.47% | - |
| HSV(B) | 314.21º | 0.27% | 0.55% | - |
| XYZ | 19.33 | 16.41 | 23.27 | - |
| YUV | 115.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 130 | 0 | 0.27 | 0.06 | 0.45 | 314.21 | 0.16 | 0.47 |
| Hex | 8B | 65 | 82 | 0 | 1B | 6 | 2D | 13A | 10 | 2F |
| Octal | 213 | 145 | 202 | 0 | 33 | 6 | 55 | 472 | 20 | 57 |
| Binary | 10001011 | 1100101 | 10000010 | 0 | 11011 | 110 | 101101 | 100111010 | 10000 | 101111 |
Color Harmonies of #8B6582
Complementary color
Monochromatic Colors of #8B6582
Black with #8B6582
Text Example
Text Example
White with #8B6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6582; }
p { color: rgb(139,101,130); }
H1.HeaderClassName
{
color: #8B6582;
}
.AnyTagClassName
{
color: #8B6582;
}
</style>
background-color css
<style>
a { background-color: #8B6582; }
a { background-color: rgb(139,101,130); }
div.DivClassName
{
background-color: #8B6582;
}
.BgClassName
{
background-color: #8B6582;
}
</style>
border-color css
<style>
span { border-color: #8B6582; }
span { border-color: rgb(139,101,130); }
td.TdClassName
{
border-color: #8B6582;
}
.TagClassName
{
border-color: #8B6582;
}
</style>