Shades of Strikemaster #8B6782
Tints of Strikemaster #8B6782
RGB
CMYK
RGB Variations
Color information
#8B6782 (or 0x8B6782) is known color: Strikemaster. HEX triplet: 8B, 67 and 82. RGB value is (139,103,130). Sum of RGB (Red+Green+Blue) = 139+103+130=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6782 is #74987D. Grayscale: #747474. Windows color (decimal): -7641214 or 8546187. OLE color: 8546187.
HSL color Cylindrical-coordinate representation of color #8B6782: hue angle of 315º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B6782 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 103 | 130 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.45 |
| HSL | 315º | 0.15% | 0.47% | - |
| HSV(B) | 315º | 0.26% | 0.55% | - |
| XYZ | 19.53 | 16.8 | 23.33 | - |
| YUV | 116.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 103 | 130 | 0 | 0.26 | 0.06 | 0.45 | 315 | 0.15 | 0.47 |
| Hex | 8B | 67 | 82 | 0 | 1A | 6 | 2D | 13B | F | 2F |
| Octal | 213 | 147 | 202 | 0 | 32 | 6 | 55 | 473 | 17 | 57 |
| Binary | 10001011 | 1100111 | 10000010 | 0 | 11010 | 110 | 101101 | 100111011 | 1111 | 101111 |
Color Harmonies of #8B6782
Complementary color
Monochromatic Colors of #8B6782
Black with #8B6782
Text Example
Text Example
White with #8B6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6782; }
p { color: rgb(139,103,130); }
H1.HeaderClassName
{
color: #8B6782;
}
.AnyTagClassName
{
color: #8B6782;
}
</style>
background-color css
<style>
a { background-color: #8B6782; }
a { background-color: rgb(139,103,130); }
div.DivClassName
{
background-color: #8B6782;
}
.BgClassName
{
background-color: #8B6782;
}
</style>
border-color css
<style>
span { border-color: #8B6782; }
span { border-color: rgb(139,103,130); }
td.TdClassName
{
border-color: #8B6782;
}
.TagClassName
{
border-color: #8B6782;
}
</style>