Shades of Strikemaster #8B6482
Tints of Strikemaster #8B6482
RGB
CMYK
RGB Variations
Color information
#8B6482 (or 0x8B6482) is known color: Strikemaster. HEX triplet: 8B, 64 and 82. RGB value is (139,100,130). Sum of RGB (Red+Green+Blue) = 139+100+130=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6482 is #749B7D. Grayscale: #727272. Windows color (decimal): -7641982 or 8545419. OLE color: 8545419.
HSL color Cylindrical-coordinate representation of color #8B6482: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8B6482 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 100 | 130 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.45 |
| HSL | 313.85º | 0.16% | 0.47% | - |
| HSV(B) | 313.85º | 0.28% | 0.55% | - |
| XYZ | 19.23 | 16.22 | 23.24 | - |
| YUV | 115.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 100 | 130 | 0 | 0.28 | 0.06 | 0.45 | 313.85 | 0.16 | 0.47 |
| Hex | 8B | 64 | 82 | 0 | 1C | 6 | 2D | 13A | 10 | 2F |
| Octal | 213 | 144 | 202 | 0 | 34 | 6 | 55 | 472 | 20 | 57 |
| Binary | 10001011 | 1100100 | 10000010 | 0 | 11100 | 110 | 101101 | 100111010 | 10000 | 101111 |
Color Harmonies of #8B6482
Complementary color
Monochromatic Colors of #8B6482
Black with #8B6482
Text Example
Text Example
White with #8B6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6482; }
p { color: rgb(139,100,130); }
H1.HeaderClassName
{
color: #8B6482;
}
.AnyTagClassName
{
color: #8B6482;
}
</style>
background-color css
<style>
a { background-color: #8B6482; }
a { background-color: rgb(139,100,130); }
div.DivClassName
{
background-color: #8B6482;
}
.BgClassName
{
background-color: #8B6482;
}
</style>
border-color css
<style>
span { border-color: #8B6482; }
span { border-color: rgb(139,100,130); }
td.TdClassName
{
border-color: #8B6482;
}
.TagClassName
{
border-color: #8B6482;
}
</style>