Shades of Strikemaster #8A627C
Tints of Strikemaster #8A627C
RGB
CMYK
RGB Variations
Color information
#8A627C (or 0x8A627C) is known color: Strikemaster. HEX triplet: 8A, 62 and 7C. RGB value is (138,98,124). Sum of RGB (Red+Green+Blue) = 138+98+124=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A627C is #759D83. Grayscale: #707070. Windows color (decimal): -7708036 or 8151690. OLE color: 8151690.
HSL color Cylindrical-coordinate representation of color #8A627C: hue angle of 321º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A627C is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 98 | 124 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.46 |
| HSL | 321º | 0.17% | 0.46% | - |
| HSV(B) | 321º | 0.29% | 0.54% | - |
| XYZ | 18.49 | 15.59 | 21.1 | - |
| YUV | 112.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 98 | 124 | 0 | 0.29 | 0.10 | 0.46 | 321 | 0.17 | 0.46 |
| Hex | 8A | 62 | 7C | 0 | 1D | A | 2E | 141 | 11 | 2E |
| Octal | 212 | 142 | 174 | 0 | 35 | 12 | 56 | 501 | 21 | 56 |
| Binary | 10001010 | 1100010 | 1111100 | 0 | 11101 | 1010 | 101110 | 101000001 | 10001 | 101110 |
Color Harmonies of #8A627C
Complementary color
Monochromatic Colors of #8A627C
Black with #8A627C
Text Example
Text Example
White with #8A627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A627C; }
p { color: rgb(138,98,124); }
H1.HeaderClassName
{
color: #8A627C;
}
.AnyTagClassName
{
color: #8A627C;
}
</style>
background-color css
<style>
a { background-color: #8A627C; }
a { background-color: rgb(138,98,124); }
div.DivClassName
{
background-color: #8A627C;
}
.BgClassName
{
background-color: #8A627C;
}
</style>
border-color css
<style>
span { border-color: #8A627C; }
span { border-color: rgb(138,98,124); }
td.TdClassName
{
border-color: #8A627C;
}
.TagClassName
{
border-color: #8A627C;
}
</style>