Shades of Strikemaster #8A7582
Tints of Strikemaster #8A7582
RGB
CMYK
RGB Variations
Color information
#8A7582 (or 0x8A7582) is known color: Strikemaster. HEX triplet: 8A, 75 and 82. RGB value is (138,117,130). Sum of RGB (Red+Green+Blue) = 138+117+130=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7582 is #758A7D. Grayscale: #7C7C7C. Windows color (decimal): -7703166 or 8549770. OLE color: 8549770.
HSL color Cylindrical-coordinate representation of color #8A7582: hue angle of 322.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7582 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 130 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.46 |
| HSL | 322.86º | 0.08% | 0.5% | - |
| HSV(B) | 322.86º | 0.15% | 0.54% | - |
| XYZ | 20.87 | 19.74 | 23.83 | - |
| YUV | 124.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 130 | 0 | 0.15 | 0.06 | 0.46 | 322.86 | 0.08 | 0.5 |
| Hex | 8A | 75 | 82 | 0 | F | 6 | 2E | 143 | 8 | 32 |
| Octal | 212 | 165 | 202 | 0 | 17 | 6 | 56 | 503 | 10 | 62 |
| Binary | 10001010 | 1110101 | 10000010 | 0 | 1111 | 110 | 101110 | 101000011 | 1000 | 110010 |
Color Harmonies of #8A7582
Complementary color
Monochromatic Colors of #8A7582
Black with #8A7582
Text Example
Text Example
White with #8A7582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7582; }
p { color: rgb(138,117,130); }
H1.HeaderClassName
{
color: #8A7582;
}
.AnyTagClassName
{
color: #8A7582;
}
</style>
background-color css
<style>
a { background-color: #8A7582; }
a { background-color: rgb(138,117,130); }
div.DivClassName
{
background-color: #8A7582;
}
.BgClassName
{
background-color: #8A7582;
}
</style>
border-color css
<style>
span { border-color: #8A7582; }
span { border-color: rgb(138,117,130); }
td.TdClassName
{
border-color: #8A7582;
}
.TagClassName
{
border-color: #8A7582;
}
</style>