Shades of Strikemaster #8B6E80
Tints of Strikemaster #8B6E80
RGB
CMYK
RGB Variations
Color information
#8B6E80 (or 0x8B6E80) is known color: Strikemaster. HEX triplet: 8B, 6E and 80. RGB value is (139,110,128). Sum of RGB (Red+Green+Blue) = 139+110+128=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6E80 is #74917F. Grayscale: #787878. Windows color (decimal): -7639424 or 8416907. OLE color: 8416907.
HSL color Cylindrical-coordinate representation of color #8B6E80: hue angle of 322.76º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B6E80 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 128 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.45 |
| HSL | 322.76º | 0.12% | 0.49% | - |
| HSV(B) | 322.76º | 0.21% | 0.55% | - |
| XYZ | 20.12 | 18.2 | 22.87 | - |
| YUV | 120.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 128 | 0 | 0.21 | 0.08 | 0.45 | 322.76 | 0.12 | 0.49 |
| Hex | 8B | 6E | 80 | 0 | 15 | 8 | 2D | 143 | C | 31 |
| Octal | 213 | 156 | 200 | 0 | 25 | 10 | 55 | 503 | 14 | 61 |
| Binary | 10001011 | 1101110 | 10000000 | 0 | 10101 | 1000 | 101101 | 101000011 | 1100 | 110001 |
Color Harmonies of #8B6E80
Complementary color
Monochromatic Colors of #8B6E80
Black with #8B6E80
Text Example
Text Example
White with #8B6E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E80; }
p { color: rgb(139,110,128); }
H1.HeaderClassName
{
color: #8B6E80;
}
.AnyTagClassName
{
color: #8B6E80;
}
</style>
background-color css
<style>
a { background-color: #8B6E80; }
a { background-color: rgb(139,110,128); }
div.DivClassName
{
background-color: #8B6E80;
}
.BgClassName
{
background-color: #8B6E80;
}
</style>
border-color css
<style>
span { border-color: #8B6E80; }
span { border-color: rgb(139,110,128); }
td.TdClassName
{
border-color: #8B6E80;
}
.TagClassName
{
border-color: #8B6E80;
}
</style>