Shades of Strikemaster #8A647C
Tints of Strikemaster #8A647C
RGB
CMYK
RGB Variations
Color information
#8A647C (or 0x8A647C) is known color: Strikemaster. HEX triplet: 8A, 64 and 7C. RGB value is (138,100,124). Sum of RGB (Red+Green+Blue) = 138+100+124=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A647C is #759B83. Grayscale: #727272. Windows color (decimal): -7707524 or 8152202. OLE color: 8152202.
HSL color Cylindrical-coordinate representation of color #8A647C: hue angle of 322.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A647C is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 100 | 124 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.46 |
| HSL | 322.11º | 0.16% | 0.47% | - |
| HSV(B) | 322.11º | 0.28% | 0.54% | - |
| XYZ | 18.68 | 15.97 | 21.17 | - |
| YUV | 114.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 100 | 124 | 0 | 0.28 | 0.10 | 0.46 | 322.11 | 0.16 | 0.47 |
| Hex | 8A | 64 | 7C | 0 | 1C | A | 2E | 142 | 10 | 2F |
| Octal | 212 | 144 | 174 | 0 | 34 | 12 | 56 | 502 | 20 | 57 |
| Binary | 10001010 | 1100100 | 1111100 | 0 | 11100 | 1010 | 101110 | 101000010 | 10000 | 101111 |
Color Harmonies of #8A647C
Complementary color
Monochromatic Colors of #8A647C
Black with #8A647C
Text Example
Text Example
White with #8A647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A647C; }
p { color: rgb(138,100,124); }
H1.HeaderClassName
{
color: #8A647C;
}
.AnyTagClassName
{
color: #8A647C;
}
</style>
background-color css
<style>
a { background-color: #8A647C; }
a { background-color: rgb(138,100,124); }
div.DivClassName
{
background-color: #8A647C;
}
.BgClassName
{
background-color: #8A647C;
}
</style>
border-color css
<style>
span { border-color: #8A647C; }
span { border-color: rgb(138,100,124); }
td.TdClassName
{
border-color: #8A647C;
}
.TagClassName
{
border-color: #8A647C;
}
</style>