Shades of Strikemaster #8C627D
Tints of Strikemaster #8C627D
RGB
CMYK
RGB Variations
Color information
#8C627D (or 0x8C627D) is known color: Strikemaster. HEX triplet: 8C, 62 and 7D. RGB value is (140,98,125). Sum of RGB (Red+Green+Blue) = 140+98+125=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C627D is #739D82. Grayscale: #717171. Windows color (decimal): -7576963 or 8217228. OLE color: 8217228.
HSL color Cylindrical-coordinate representation of color #8C627D: hue angle of 321.43º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C627D is Cyan = 0, Magento = 0.3, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 125 | - |
| CMYK | 0 | 0.3 | 0.11 | 0.45 |
| HSL | 321.43º | 0.18% | 0.47% | - |
| HSV(B) | 321.43º | 0.3% | 0.55% | - |
| XYZ | 18.88 | 15.79 | 21.45 | - |
| YUV | 113.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 125 | 0 | 0.3 | 0.11 | 0.45 | 321.43 | 0.18 | 0.47 |
| Hex | 8C | 62 | 7D | 0 | 1E | B | 2D | 141 | 12 | 2F |
| Octal | 214 | 142 | 175 | 0 | 36 | 13 | 55 | 501 | 22 | 57 |
| Binary | 10001100 | 1100010 | 1111101 | 0 | 11110 | 1011 | 101101 | 101000001 | 10010 | 101111 |
Color Harmonies of #8C627D
Complementary color
Monochromatic Colors of #8C627D
Black with #8C627D
Text Example
Text Example
White with #8C627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C627D; }
p { color: rgb(140,98,125); }
H1.HeaderClassName
{
color: #8C627D;
}
.AnyTagClassName
{
color: #8C627D;
}
</style>
background-color css
<style>
a { background-color: #8C627D; }
a { background-color: rgb(140,98,125); }
div.DivClassName
{
background-color: #8C627D;
}
.BgClassName
{
background-color: #8C627D;
}
</style>
border-color css
<style>
span { border-color: #8C627D; }
span { border-color: rgb(140,98,125); }
td.TdClassName
{
border-color: #8C627D;
}
.TagClassName
{
border-color: #8C627D;
}
</style>