Shades of Strikemaster #8E5875
Tints of Strikemaster #8E5875
RGB
CMYK
RGB Variations
Color information
#8E5875 (or 0x8E5875) is known color: Strikemaster. HEX triplet: 8E, 58 and 75. RGB value is (142,88,117). Sum of RGB (Red+Green+Blue) = 142+88+117=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5875 is #71A78A. Grayscale: #6B6B6B. Windows color (decimal): -7448459 or 7690382. OLE color: 7690382.
HSL color Cylindrical-coordinate representation of color #8E5875: hue angle of 327.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E5875 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 88 | 117 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.44 |
| HSL | 327.78º | 0.23% | 0.45% | - |
| HSV(B) | 327.78º | 0.38% | 0.56% | - |
| XYZ | 17.86 | 14.01 | 18.59 | - |
| YUV | 107.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 117 | 0 | 0.38 | 0.18 | 0.44 | 327.78 | 0.23 | 0.45 |
| Hex | 8E | 58 | 75 | 0 | 26 | 12 | 2C | 148 | 17 | 2D |
| Octal | 216 | 130 | 165 | 0 | 46 | 22 | 54 | 510 | 27 | 55 |
| Binary | 10001110 | 1011000 | 1110101 | 0 | 100110 | 10010 | 101100 | 101001000 | 10111 | 101101 |
Color Harmonies of #8E5875
Complementary color
Monochromatic Colors of #8E5875
Black with #8E5875
Text Example
Text Example
White with #8E5875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5875; }
p { color: rgb(142,88,117); }
H1.HeaderClassName
{
color: #8E5875;
}
.AnyTagClassName
{
color: #8E5875;
}
</style>
background-color css
<style>
a { background-color: #8E5875; }
a { background-color: rgb(142,88,117); }
div.DivClassName
{
background-color: #8E5875;
}
.BgClassName
{
background-color: #8E5875;
}
</style>
border-color css
<style>
span { border-color: #8E5875; }
span { border-color: rgb(142,88,117); }
td.TdClassName
{
border-color: #8E5875;
}
.TagClassName
{
border-color: #8E5875;
}
</style>