Shades of Strikemaster #8C5F7E
Tints of Strikemaster #8C5F7E
RGB
CMYK
RGB Variations
Color information
#8C5F7E (or 0x8C5F7E) is known color: Strikemaster. HEX triplet: 8C, 5F and 7E. RGB value is (140,95,126). Sum of RGB (Red+Green+Blue) = 140+95+126=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F7E is #73A081. Grayscale: #6F6F6F. Windows color (decimal): -7577730 or 8281996. OLE color: 8281996.
HSL color Cylindrical-coordinate representation of color #8C5F7E: hue angle of 318.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C5F7E is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 95 | 126 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.45 |
| HSL | 318.67º | 0.19% | 0.46% | - |
| HSV(B) | 318.67º | 0.32% | 0.55% | - |
| XYZ | 18.67 | 15.27 | 21.7 | - |
| YUV | 111.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 126 | 0 | 0.32 | 0.10 | 0.45 | 318.67 | 0.19 | 0.46 |
| Hex | 8C | 5F | 7E | 0 | 20 | A | 2D | 13F | 13 | 2E |
| Octal | 214 | 137 | 176 | 0 | 40 | 12 | 55 | 477 | 23 | 56 |
| Binary | 10001100 | 1011111 | 1111110 | 0 | 100000 | 1010 | 101101 | 100111111 | 10011 | 101110 |
Color Harmonies of #8C5F7E
Complementary color
Monochromatic Colors of #8C5F7E
Black with #8C5F7E
Text Example
Text Example
White with #8C5F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5F7E; }
p { color: rgb(140,95,126); }
H1.HeaderClassName
{
color: #8C5F7E;
}
.AnyTagClassName
{
color: #8C5F7E;
}
</style>
background-color css
<style>
a { background-color: #8C5F7E; }
a { background-color: rgb(140,95,126); }
div.DivClassName
{
background-color: #8C5F7E;
}
.BgClassName
{
background-color: #8C5F7E;
}
</style>
border-color css
<style>
span { border-color: #8C5F7E; }
span { border-color: rgb(140,95,126); }
td.TdClassName
{
border-color: #8C5F7E;
}
.TagClassName
{
border-color: #8C5F7E;
}
</style>