Shades of Strikemaster #8A7083
Tints of Strikemaster #8A7083
RGB
CMYK
RGB Variations
Color information
#8A7083 (or 0x8A7083) is known color: Strikemaster. HEX triplet: 8A, 70 and 83. RGB value is (138,112,131). Sum of RGB (Red+Green+Blue) = 138+112+131=381 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.22% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7083 is #758F7C. Grayscale: #797979. Windows color (decimal): -7704445 or 8614026. OLE color: 8614026.
HSL color Cylindrical-coordinate representation of color #8A7083: hue angle of 316.15º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7083 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 131 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.46 |
| HSL | 316.15º | 0.1% | 0.49% | - |
| HSV(B) | 316.15º | 0.19% | 0.54% | - |
| XYZ | 20.37 | 18.63 | 24 | - |
| YUV | 121.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 131 | 0 | 0.19 | 0.05 | 0.46 | 316.15 | 0.1 | 0.49 |
| Hex | 8A | 70 | 83 | 0 | 13 | 5 | 2E | 13C | A | 31 |
| Octal | 212 | 160 | 203 | 0 | 23 | 5 | 56 | 474 | 12 | 61 |
| Binary | 10001010 | 1110000 | 10000011 | 0 | 10011 | 101 | 101110 | 100111100 | 1010 | 110001 |
Color Harmonies of #8A7083
Complementary color
Monochromatic Colors of #8A7083
Black with #8A7083
Text Example
Text Example
White with #8A7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7083; }
p { color: rgb(138,112,131); }
H1.HeaderClassName
{
color: #8A7083;
}
.AnyTagClassName
{
color: #8A7083;
}
</style>
background-color css
<style>
a { background-color: #8A7083; }
a { background-color: rgb(138,112,131); }
div.DivClassName
{
background-color: #8A7083;
}
.BgClassName
{
background-color: #8A7083;
}
</style>
border-color css
<style>
span { border-color: #8A7083; }
span { border-color: rgb(138,112,131); }
td.TdClassName
{
border-color: #8A7083;
}
.TagClassName
{
border-color: #8A7083;
}
</style>