Shades of Strikemaster #8C5975
Tints of Strikemaster #8C5975
RGB
CMYK
RGB Variations
Color information
#8C5975 (or 0x8C5975) is known color: Strikemaster. HEX triplet: 8C, 59 and 75. RGB value is (140,89,117). Sum of RGB (Red+Green+Blue) = 140+89+117=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5975 is #73A68A. Grayscale: #6B6B6B. Windows color (decimal): -7579275 or 7690636. OLE color: 7690636.
HSL color Cylindrical-coordinate representation of color #8C5975: hue angle of 327.06º 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 #8C5975 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 117 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.45 |
| HSL | 327.06º | 0.22% | 0.45% | - |
| HSV(B) | 327.06º | 0.36% | 0.55% | - |
| XYZ | 17.6 | 14 | 18.61 | - |
| YUV | 107.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 117 | 0 | 0.36 | 0.16 | 0.45 | 327.06 | 0.22 | 0.45 |
| Hex | 8C | 59 | 75 | 0 | 24 | 10 | 2D | 147 | 16 | 2D |
| Octal | 214 | 131 | 165 | 0 | 44 | 20 | 55 | 507 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1110101 | 0 | 100100 | 10000 | 101101 | 101000111 | 10110 | 101101 |
Color Harmonies of #8C5975
Complementary color
Monochromatic Colors of #8C5975
Black with #8C5975
Text Example
Text Example
White with #8C5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5975; }
p { color: rgb(140,89,117); }
H1.HeaderClassName
{
color: #8C5975;
}
.AnyTagClassName
{
color: #8C5975;
}
</style>
background-color css
<style>
a { background-color: #8C5975; }
a { background-color: rgb(140,89,117); }
div.DivClassName
{
background-color: #8C5975;
}
.BgClassName
{
background-color: #8C5975;
}
</style>
border-color css
<style>
span { border-color: #8C5975; }
span { border-color: rgb(140,89,117); }
td.TdClassName
{
border-color: #8C5975;
}
.TagClassName
{
border-color: #8C5975;
}
</style>