Shades of Strikemaster #8A6D7C
Tints of Strikemaster #8A6D7C
RGB
CMYK
RGB Variations
Color information
#8A6D7C (or 0x8A6D7C) is known color: Strikemaster. HEX triplet: 8A, 6D and 7C. RGB value is (138,109,124). Sum of RGB (Red+Green+Blue) = 138+109+124=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6D7C is #759283. Grayscale: #777777. Windows color (decimal): -7705220 or 8154506. OLE color: 8154506.
HSL color Cylindrical-coordinate representation of color #8A6D7C: hue angle of 328.97º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A6D7C is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 109 | 124 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.46 |
| HSL | 328.97º | 0.12% | 0.48% | - |
| HSV(B) | 328.97º | 0.21% | 0.54% | - |
| XYZ | 19.59 | 17.8 | 21.47 | - |
| YUV | 119.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 109 | 124 | 0 | 0.21 | 0.10 | 0.46 | 328.97 | 0.12 | 0.48 |
| Hex | 8A | 6D | 7C | 0 | 15 | A | 2E | 149 | C | 30 |
| Octal | 212 | 155 | 174 | 0 | 25 | 12 | 56 | 511 | 14 | 60 |
| Binary | 10001010 | 1101101 | 1111100 | 0 | 10101 | 1010 | 101110 | 101001001 | 1100 | 110000 |
Color Harmonies of #8A6D7C
Complementary color
Monochromatic Colors of #8A6D7C
Black with #8A6D7C
Text Example
Text Example
White with #8A6D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6D7C; }
p { color: rgb(138,109,124); }
H1.HeaderClassName
{
color: #8A6D7C;
}
.AnyTagClassName
{
color: #8A6D7C;
}
</style>
background-color css
<style>
a { background-color: #8A6D7C; }
a { background-color: rgb(138,109,124); }
div.DivClassName
{
background-color: #8A6D7C;
}
.BgClassName
{
background-color: #8A6D7C;
}
</style>
border-color css
<style>
span { border-color: #8A6D7C; }
span { border-color: rgb(138,109,124); }
td.TdClassName
{
border-color: #8A6D7C;
}
.TagClassName
{
border-color: #8A6D7C;
}
</style>