Shades of Strikemaster #8B7183
Tints of Strikemaster #8B7183
RGB
CMYK
RGB Variations
Color information
#8B7183 (or 0x8B7183) is known color: Strikemaster. HEX triplet: 8B, 71 and 83. RGB value is (139,113,131). Sum of RGB (Red+Green+Blue) = 139+113+131=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7183 is #748E7C. Grayscale: #7A7A7A. Windows color (decimal): -7638653 or 8614283. OLE color: 8614283.
HSL color Cylindrical-coordinate representation of color #8B7183: hue angle of 318.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B7183 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 131 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.45 |
| HSL | 318.46º | 0.1% | 0.49% | - |
| HSV(B) | 318.46º | 0.19% | 0.55% | - |
| XYZ | 20.65 | 18.94 | 24.04 | - |
| YUV | 122.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 131 | 0 | 0.19 | 0.06 | 0.45 | 318.46 | 0.1 | 0.49 |
| Hex | 8B | 71 | 83 | 0 | 13 | 6 | 2D | 13E | A | 31 |
| Octal | 213 | 161 | 203 | 0 | 23 | 6 | 55 | 476 | 12 | 61 |
| Binary | 10001011 | 1110001 | 10000011 | 0 | 10011 | 110 | 101101 | 100111110 | 1010 | 110001 |
Color Harmonies of #8B7183
Complementary color
Monochromatic Colors of #8B7183
Black with #8B7183
Text Example
Text Example
White with #8B7183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7183; }
p { color: rgb(139,113,131); }
H1.HeaderClassName
{
color: #8B7183;
}
.AnyTagClassName
{
color: #8B7183;
}
</style>
background-color css
<style>
a { background-color: #8B7183; }
a { background-color: rgb(139,113,131); }
div.DivClassName
{
background-color: #8B7183;
}
.BgClassName
{
background-color: #8B7183;
}
</style>
border-color css
<style>
span { border-color: #8B7183; }
span { border-color: rgb(139,113,131); }
td.TdClassName
{
border-color: #8B7183;
}
.TagClassName
{
border-color: #8B7183;
}
</style>