Shades of Strikemaster #8C5A7F
Tints of Strikemaster #8C5A7F
RGB
CMYK
RGB Variations
Color information
#8C5A7F (or 0x8C5A7F) is known color: Strikemaster. HEX triplet: 8C, 5A and 7F. RGB value is (140,90,127). Sum of RGB (Red+Green+Blue) = 140+90+127=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A7F is #73A580. Grayscale: #6D6D6D. Windows color (decimal): -7579009 or 8346252. OLE color: 8346252.
HSL color Cylindrical-coordinate representation of color #8C5A7F: hue angle of 315.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A7F is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 127 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.45 |
| HSL | 315.6º | 0.22% | 0.45% | - |
| HSV(B) | 315.6º | 0.36% | 0.55% | - |
| XYZ | 18.3 | 14.42 | 21.9 | - |
| YUV | 109.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 127 | 0 | 0.36 | 0.09 | 0.45 | 315.6 | 0.22 | 0.45 |
| Hex | 8C | 5A | 7F | 0 | 24 | 9 | 2D | 13C | 16 | 2D |
| Octal | 214 | 132 | 177 | 0 | 44 | 11 | 55 | 474 | 26 | 55 |
| Binary | 10001100 | 1011010 | 1111111 | 0 | 100100 | 1001 | 101101 | 100111100 | 10110 | 101101 |
Color Harmonies of #8C5A7F
Complementary color
Monochromatic Colors of #8C5A7F
Black with #8C5A7F
Text Example
Text Example
White with #8C5A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A7F; }
p { color: rgb(140,90,127); }
H1.HeaderClassName
{
color: #8C5A7F;
}
.AnyTagClassName
{
color: #8C5A7F;
}
</style>
background-color css
<style>
a { background-color: #8C5A7F; }
a { background-color: rgb(140,90,127); }
div.DivClassName
{
background-color: #8C5A7F;
}
.BgClassName
{
background-color: #8C5A7F;
}
</style>
border-color css
<style>
span { border-color: #8C5A7F; }
span { border-color: rgb(140,90,127); }
td.TdClassName
{
border-color: #8C5A7F;
}
.TagClassName
{
border-color: #8C5A7F;
}
</style>