Shades of Strikemaster #8E5775
Tints of Strikemaster #8E5775
RGB
CMYK
RGB Variations
Color information
#8E5775 (or 0x8E5775) is known color: Strikemaster. HEX triplet: 8E, 57 and 75. RGB value is (142,87,117). Sum of RGB (Red+Green+Blue) = 142+87+117=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5775 is #71A88A. Grayscale: #6A6A6A. Windows color (decimal): -7448715 or 7690126. OLE color: 7690126.
HSL color Cylindrical-coordinate representation of color #8E5775: hue angle of 327.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5775 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 117 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.44 |
| HSL | 327.27º | 0.24% | 0.45% | - |
| HSV(B) | 327.27º | 0.39% | 0.56% | - |
| XYZ | 17.77 | 13.85 | 18.57 | - |
| YUV | 106.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 117 | 0 | 0.39 | 0.18 | 0.44 | 327.27 | 0.24 | 0.45 |
| Hex | 8E | 57 | 75 | 0 | 27 | 12 | 2C | 147 | 18 | 2D |
| Octal | 216 | 127 | 165 | 0 | 47 | 22 | 54 | 507 | 30 | 55 |
| Binary | 10001110 | 1010111 | 1110101 | 0 | 100111 | 10010 | 101100 | 101000111 | 11000 | 101101 |
Color Harmonies of #8E5775
Complementary color
Monochromatic Colors of #8E5775
Black with #8E5775
Text Example
Text Example
White with #8E5775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5775; }
p { color: rgb(142,87,117); }
H1.HeaderClassName
{
color: #8E5775;
}
.AnyTagClassName
{
color: #8E5775;
}
</style>
background-color css
<style>
a { background-color: #8E5775; }
a { background-color: rgb(142,87,117); }
div.DivClassName
{
background-color: #8E5775;
}
.BgClassName
{
background-color: #8E5775;
}
</style>
border-color css
<style>
span { border-color: #8E5775; }
span { border-color: rgb(142,87,117); }
td.TdClassName
{
border-color: #8E5775;
}
.TagClassName
{
border-color: #8E5775;
}
</style>