Shades of Strikemaster #8A7580
Tints of Strikemaster #8A7580
RGB
CMYK
RGB Variations
Color information
#8A7580 (or 0x8A7580) is known color: Strikemaster. HEX triplet: 8A, 75 and 80. RGB value is (138,117,128). Sum of RGB (Red+Green+Blue) = 138+117+128=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7580 is #758A7F. Grayscale: #7C7C7C. Windows color (decimal): -7703168 or 8418698. OLE color: 8418698.
HSL color Cylindrical-coordinate representation of color #8A7580: hue angle of 328.57º 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 #8A7580 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 128 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.46 |
| HSL | 328.57º | 0.08% | 0.5% | - |
| HSV(B) | 328.57º | 0.15% | 0.54% | - |
| XYZ | 20.74 | 19.68 | 23.13 | - |
| YUV | 124.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 128 | 0 | 0.15 | 0.07 | 0.46 | 328.57 | 0.08 | 0.5 |
| Hex | 8A | 75 | 80 | 0 | F | 7 | 2E | 149 | 8 | 32 |
| Octal | 212 | 165 | 200 | 0 | 17 | 7 | 56 | 511 | 10 | 62 |
| Binary | 10001010 | 1110101 | 10000000 | 0 | 1111 | 111 | 101110 | 101001001 | 1000 | 110010 |
Color Harmonies of #8A7580
Complementary color
Monochromatic Colors of #8A7580
Black with #8A7580
Text Example
Text Example
White with #8A7580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7580; }
p { color: rgb(138,117,128); }
H1.HeaderClassName
{
color: #8A7580;
}
.AnyTagClassName
{
color: #8A7580;
}
</style>
background-color css
<style>
a { background-color: #8A7580; }
a { background-color: rgb(138,117,128); }
div.DivClassName
{
background-color: #8A7580;
}
.BgClassName
{
background-color: #8A7580;
}
</style>
border-color css
<style>
span { border-color: #8A7580; }
span { border-color: rgb(138,117,128); }
td.TdClassName
{
border-color: #8A7580;
}
.TagClassName
{
border-color: #8A7580;
}
</style>