Shades of Strikemaster #8B6078
Tints of Strikemaster #8B6078
RGB
CMYK
RGB Variations
Color information
#8B6078 (or 0x8B6078) is known color: Strikemaster. HEX triplet: 8B, 60 and 78. RGB value is (139,96,120). Sum of RGB (Red+Green+Blue) = 139+96+120=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6078 is #749F87. Grayscale: #6F6F6F. Windows color (decimal): -7643016 or 7889035. OLE color: 7889035.
HSL color Cylindrical-coordinate representation of color #8B6078: hue angle of 326.51º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B6078 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 120 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.45 |
| HSL | 326.51º | 0.18% | 0.46% | - |
| HSV(B) | 326.51º | 0.31% | 0.55% | - |
| XYZ | 18.22 | 15.21 | 19.74 | - |
| YUV | 111.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 120 | 0 | 0.31 | 0.14 | 0.45 | 326.51 | 0.18 | 0.46 |
| Hex | 8B | 60 | 78 | 0 | 1F | E | 2D | 147 | 12 | 2E |
| Octal | 213 | 140 | 170 | 0 | 37 | 16 | 55 | 507 | 22 | 56 |
| Binary | 10001011 | 1100000 | 1111000 | 0 | 11111 | 1110 | 101101 | 101000111 | 10010 | 101110 |
Color Harmonies of #8B6078
Complementary color
Monochromatic Colors of #8B6078
Black with #8B6078
Text Example
Text Example
White with #8B6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6078; }
p { color: rgb(139,96,120); }
H1.HeaderClassName
{
color: #8B6078;
}
.AnyTagClassName
{
color: #8B6078;
}
</style>
background-color css
<style>
a { background-color: #8B6078; }
a { background-color: rgb(139,96,120); }
div.DivClassName
{
background-color: #8B6078;
}
.BgClassName
{
background-color: #8B6078;
}
</style>
border-color css
<style>
span { border-color: #8B6078; }
span { border-color: rgb(139,96,120); }
td.TdClassName
{
border-color: #8B6078;
}
.TagClassName
{
border-color: #8B6078;
}
</style>