Shades of Strikemaster #8A5F76
Tints of Strikemaster #8A5F76
RGB
CMYK
RGB Variations
Color information
#8A5F76 (or 0x8A5F76) is known color: Strikemaster. HEX triplet: 8A, 5F and 76. RGB value is (138,95,118). Sum of RGB (Red+Green+Blue) = 138+95+118=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F76 is #75A089. Grayscale: #6E6E6E. Windows color (decimal): -7708810 or 7757706. OLE color: 7757706.
HSL color Cylindrical-coordinate representation of color #8A5F76: hue angle of 327.91º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A5F76 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 95 | 118 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.46 |
| HSL | 327.91º | 0.18% | 0.46% | - |
| HSV(B) | 327.91º | 0.31% | 0.54% | - |
| XYZ | 17.84 | 14.9 | 19.07 | - |
| YUV | 110.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 95 | 118 | 0 | 0.31 | 0.14 | 0.46 | 327.91 | 0.18 | 0.46 |
| Hex | 8A | 5F | 76 | 0 | 1F | E | 2E | 148 | 12 | 2E |
| Octal | 212 | 137 | 166 | 0 | 37 | 16 | 56 | 510 | 22 | 56 |
| Binary | 10001010 | 1011111 | 1110110 | 0 | 11111 | 1110 | 101110 | 101001000 | 10010 | 101110 |
Color Harmonies of #8A5F76
Complementary color
Monochromatic Colors of #8A5F76
Black with #8A5F76
Text Example
Text Example
White with #8A5F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5F76; }
p { color: rgb(138,95,118); }
H1.HeaderClassName
{
color: #8A5F76;
}
.AnyTagClassName
{
color: #8A5F76;
}
</style>
background-color css
<style>
a { background-color: #8A5F76; }
a { background-color: rgb(138,95,118); }
div.DivClassName
{
background-color: #8A5F76;
}
.BgClassName
{
background-color: #8A5F76;
}
</style>
border-color css
<style>
span { border-color: #8A5F76; }
span { border-color: rgb(138,95,118); }
td.TdClassName
{
border-color: #8A5F76;
}
.TagClassName
{
border-color: #8A5F76;
}
</style>