Shades of Strikemaster #8C597A
Tints of Strikemaster #8C597A
RGB
CMYK
RGB Variations
Color information
#8C597A (or 0x8C597A) is known color: Strikemaster. HEX triplet: 8C, 59 and 7A. RGB value is (140,89,122). Sum of RGB (Red+Green+Blue) = 140+89+122=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C597A is #73A685. Grayscale: #6B6B6B. Windows color (decimal): -7579270 or 8018316. OLE color: 8018316.
HSL color Cylindrical-coordinate representation of color #8C597A: hue angle of 321.18º 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 #8C597A is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 122 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.45 |
| HSL | 321.18º | 0.22% | 0.45% | - |
| HSV(B) | 321.18º | 0.36% | 0.55% | - |
| XYZ | 17.9 | 14.13 | 20.2 | - |
| YUV | 108.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 122 | 0 | 0.36 | 0.13 | 0.45 | 321.18 | 0.22 | 0.45 |
| Hex | 8C | 59 | 7A | 0 | 24 | D | 2D | 141 | 16 | 2D |
| Octal | 214 | 131 | 172 | 0 | 44 | 15 | 55 | 501 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1111010 | 0 | 100100 | 1101 | 101101 | 101000001 | 10110 | 101101 |
Color Harmonies of #8C597A
Complementary color
Monochromatic Colors of #8C597A
Black with #8C597A
Text Example
Text Example
White with #8C597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C597A; }
p { color: rgb(140,89,122); }
H1.HeaderClassName
{
color: #8C597A;
}
.AnyTagClassName
{
color: #8C597A;
}
</style>
background-color css
<style>
a { background-color: #8C597A; }
a { background-color: rgb(140,89,122); }
div.DivClassName
{
background-color: #8C597A;
}
.BgClassName
{
background-color: #8C597A;
}
</style>
border-color css
<style>
span { border-color: #8C597A; }
span { border-color: rgb(140,89,122); }
td.TdClassName
{
border-color: #8C597A;
}
.TagClassName
{
border-color: #8C597A;
}
</style>