Shades of Strikemaster #8A6179
Tints of Strikemaster #8A6179
RGB
CMYK
RGB Variations
Color information
#8A6179 (or 0x8A6179) is known color: Strikemaster. HEX triplet: 8A, 61 and 79. RGB value is (138,97,121). Sum of RGB (Red+Green+Blue) = 138+97+121=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6179 is #759E86. Grayscale: #6F6F6F. Windows color (decimal): -7708295 or 7954826. OLE color: 7954826.
HSL color Cylindrical-coordinate representation of color #8A6179: hue angle of 324.88º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6179 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 97 | 121 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.46 |
| HSL | 324.88º | 0.17% | 0.46% | - |
| HSV(B) | 324.88º | 0.3% | 0.54% | - |
| XYZ | 18.21 | 15.33 | 20.09 | - |
| YUV | 112 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 97 | 121 | 0 | 0.30 | 0.12 | 0.46 | 324.88 | 0.17 | 0.46 |
| Hex | 8A | 61 | 79 | 0 | 1E | C | 2E | 145 | 11 | 2E |
| Octal | 212 | 141 | 171 | 0 | 36 | 14 | 56 | 505 | 21 | 56 |
| Binary | 10001010 | 1100001 | 1111001 | 0 | 11110 | 1100 | 101110 | 101000101 | 10001 | 101110 |
Color Harmonies of #8A6179
Complementary color
Monochromatic Colors of #8A6179
Black with #8A6179
Text Example
Text Example
White with #8A6179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6179; }
p { color: rgb(138,97,121); }
H1.HeaderClassName
{
color: #8A6179;
}
.AnyTagClassName
{
color: #8A6179;
}
</style>
background-color css
<style>
a { background-color: #8A6179; }
a { background-color: rgb(138,97,121); }
div.DivClassName
{
background-color: #8A6179;
}
.BgClassName
{
background-color: #8A6179;
}
</style>
border-color css
<style>
span { border-color: #8A6179; }
span { border-color: rgb(138,97,121); }
td.TdClassName
{
border-color: #8A6179;
}
.TagClassName
{
border-color: #8A6179;
}
</style>