Shades of Strikemaster #8B6E7B
Tints of Strikemaster #8B6E7B
RGB
CMYK
RGB Variations
Color information
#8B6E7B (or 0x8B6E7B) is known color: Strikemaster. HEX triplet: 8B, 6E and 7B. RGB value is (139,110,123). Sum of RGB (Red+Green+Blue) = 139+110+123=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E7B is #749184. Grayscale: #787878. Windows color (decimal): -7639429 or 8089227. OLE color: 8089227.
HSL color Cylindrical-coordinate representation of color #8B6E7B: hue angle of 333.1º 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 #8B6E7B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 123 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.45 |
| HSL | 333.1º | 0.12% | 0.49% | - |
| HSV(B) | 333.1º | 0.21% | 0.55% | - |
| XYZ | 19.8 | 18.07 | 21.18 | - |
| YUV | 120.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 123 | 0 | 0.21 | 0.12 | 0.45 | 333.1 | 0.12 | 0.49 |
| Hex | 8B | 6E | 7B | 0 | 15 | C | 2D | 14D | C | 31 |
| Octal | 213 | 156 | 173 | 0 | 25 | 14 | 55 | 515 | 14 | 61 |
| Binary | 10001011 | 1101110 | 1111011 | 0 | 10101 | 1100 | 101101 | 101001101 | 1100 | 110001 |
Color Harmonies of #8B6E7B
Complementary color
Monochromatic Colors of #8B6E7B
Black with #8B6E7B
Text Example
Text Example
White with #8B6E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E7B; }
p { color: rgb(139,110,123); }
H1.HeaderClassName
{
color: #8B6E7B;
}
.AnyTagClassName
{
color: #8B6E7B;
}
</style>
background-color css
<style>
a { background-color: #8B6E7B; }
a { background-color: rgb(139,110,123); }
div.DivClassName
{
background-color: #8B6E7B;
}
.BgClassName
{
background-color: #8B6E7B;
}
</style>
border-color css
<style>
span { border-color: #8B6E7B; }
span { border-color: rgb(139,110,123); }
td.TdClassName
{
border-color: #8B6E7B;
}
.TagClassName
{
border-color: #8B6E7B;
}
</style>