Shades of Strikemaster #8C607A
Tints of Strikemaster #8C607A
RGB
CMYK
RGB Variations
Color information
#8C607A (or 0x8C607A) is known color: Strikemaster. HEX triplet: 8C, 60 and 7A. RGB value is (140,96,122). Sum of RGB (Red+Green+Blue) = 140+96+122=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 140 - color contains mainly: red. Hex color #8C607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C607A is #739F85. Grayscale: #707070. Windows color (decimal): -7577478 or 8020108. OLE color: 8020108.
HSL color Cylindrical-coordinate representation of color #8C607A: hue angle of 324.55º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C607A is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 122 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.45 |
| HSL | 324.55º | 0.19% | 0.46% | - |
| HSV(B) | 324.55º | 0.31% | 0.55% | - |
| XYZ | 18.51 | 15.35 | 20.4 | - |
| YUV | 112.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 122 | 0 | 0.31 | 0.13 | 0.45 | 324.55 | 0.19 | 0.46 |
| Hex | 8C | 60 | 7A | 0 | 1F | D | 2D | 145 | 13 | 2E |
| Octal | 214 | 140 | 172 | 0 | 37 | 15 | 55 | 505 | 23 | 56 |
| Binary | 10001100 | 1100000 | 1111010 | 0 | 11111 | 1101 | 101101 | 101000101 | 10011 | 101110 |
Color Harmonies of #8C607A
Complementary color
Monochromatic Colors of #8C607A
Black with #8C607A
Text Example
Text Example
White with #8C607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C607A; }
p { color: rgb(140,96,122); }
H1.HeaderClassName
{
color: #8C607A;
}
.AnyTagClassName
{
color: #8C607A;
}
</style>
background-color css
<style>
a { background-color: #8C607A; }
a { background-color: rgb(140,96,122); }
div.DivClassName
{
background-color: #8C607A;
}
.BgClassName
{
background-color: #8C607A;
}
</style>
border-color css
<style>
span { border-color: #8C607A; }
span { border-color: rgb(140,96,122); }
td.TdClassName
{
border-color: #8C607A;
}
.TagClassName
{
border-color: #8C607A;
}
</style>