Shades of Strikemaster #8E5975
Tints of Strikemaster #8E5975
RGB
CMYK
RGB Variations
Color information
#8E5975 (or 0x8E5975) is known color: Strikemaster. HEX triplet: 8E, 59 and 75. RGB value is (142,89,117). Sum of RGB (Red+Green+Blue) = 142+89+117=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5975 is #71A68A. Grayscale: #6B6B6B. Windows color (decimal): -7448203 or 7690638. OLE color: 7690638.
HSL color Cylindrical-coordinate representation of color #8E5975: hue angle of 328.3º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5975 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 117 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.44 |
| HSL | 328.3º | 0.23% | 0.45% | - |
| HSV(B) | 328.3º | 0.37% | 0.56% | - |
| XYZ | 17.94 | 14.18 | 18.62 | - |
| YUV | 108.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 117 | 0 | 0.37 | 0.18 | 0.44 | 328.3 | 0.23 | 0.45 |
| Hex | 8E | 59 | 75 | 0 | 25 | 12 | 2C | 148 | 17 | 2D |
| Octal | 216 | 131 | 165 | 0 | 45 | 22 | 54 | 510 | 27 | 55 |
| Binary | 10001110 | 1011001 | 1110101 | 0 | 100101 | 10010 | 101100 | 101001000 | 10111 | 101101 |
Color Harmonies of #8E5975
Complementary color
Monochromatic Colors of #8E5975
Black with #8E5975
Text Example
Text Example
White with #8E5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5975; }
p { color: rgb(142,89,117); }
H1.HeaderClassName
{
color: #8E5975;
}
.AnyTagClassName
{
color: #8E5975;
}
</style>
background-color css
<style>
a { background-color: #8E5975; }
a { background-color: rgb(142,89,117); }
div.DivClassName
{
background-color: #8E5975;
}
.BgClassName
{
background-color: #8E5975;
}
</style>
border-color css
<style>
span { border-color: #8E5975; }
span { border-color: rgb(142,89,117); }
td.TdClassName
{
border-color: #8E5975;
}
.TagClassName
{
border-color: #8E5975;
}
</style>