Shades of Strikemaster #8A637C
Tints of Strikemaster #8A637C
RGB
CMYK
RGB Variations
Color information
#8A637C (or 0x8A637C) is known color: Strikemaster. HEX triplet: 8A, 63 and 7C. RGB value is (138,99,124). Sum of RGB (Red+Green+Blue) = 138+99+124=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 138 - color contains mainly: red. Hex color #8A637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A637C is #759C83. Grayscale: #717171. Windows color (decimal): -7707780 or 8151946. OLE color: 8151946.
HSL color Cylindrical-coordinate representation of color #8A637C: hue angle of 321.54º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A637C is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 99 | 124 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.46 |
| HSL | 321.54º | 0.16% | 0.46% | - |
| HSV(B) | 321.54º | 0.28% | 0.54% | - |
| XYZ | 18.58 | 15.78 | 21.14 | - |
| YUV | 113.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 99 | 124 | 0 | 0.28 | 0.10 | 0.46 | 321.54 | 0.16 | 0.46 |
| Hex | 8A | 63 | 7C | 0 | 1C | A | 2E | 142 | 10 | 2E |
| Octal | 212 | 143 | 174 | 0 | 34 | 12 | 56 | 502 | 20 | 56 |
| Binary | 10001010 | 1100011 | 1111100 | 0 | 11100 | 1010 | 101110 | 101000010 | 10000 | 101110 |
Color Harmonies of #8A637C
Complementary color
Monochromatic Colors of #8A637C
Black with #8A637C
Text Example
Text Example
White with #8A637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A637C; }
p { color: rgb(138,99,124); }
H1.HeaderClassName
{
color: #8A637C;
}
.AnyTagClassName
{
color: #8A637C;
}
</style>
background-color css
<style>
a { background-color: #8A637C; }
a { background-color: rgb(138,99,124); }
div.DivClassName
{
background-color: #8A637C;
}
.BgClassName
{
background-color: #8A637C;
}
</style>
border-color css
<style>
span { border-color: #8A637C; }
span { border-color: rgb(138,99,124); }
td.TdClassName
{
border-color: #8A637C;
}
.TagClassName
{
border-color: #8A637C;
}
</style>