Shades of Strikemaster #8E5B7F
Tints of Strikemaster #8E5B7F
RGB
CMYK
RGB Variations
Color information
#8E5B7F (or 0x8E5B7F) is known color: Strikemaster. HEX triplet: 8E, 5B and 7F. RGB value is (142,91,127). Sum of RGB (Red+Green+Blue) = 142+91+127=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B7F is #71A480. Grayscale: #6E6E6E. Windows color (decimal): -7447681 or 8346510. OLE color: 8346510.
HSL color Cylindrical-coordinate representation of color #8E5B7F: hue angle of 317.65º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E5B7F is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 91 | 127 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.44 |
| HSL | 317.65º | 0.22% | 0.46% | - |
| HSV(B) | 317.65º | 0.36% | 0.56% | - |
| XYZ | 18.73 | 14.77 | 21.94 | - |
| YUV | 110.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 91 | 127 | 0 | 0.36 | 0.11 | 0.44 | 317.65 | 0.22 | 0.46 |
| Hex | 8E | 5B | 7F | 0 | 24 | B | 2C | 13E | 16 | 2E |
| Octal | 216 | 133 | 177 | 0 | 44 | 13 | 54 | 476 | 26 | 56 |
| Binary | 10001110 | 1011011 | 1111111 | 0 | 100100 | 1011 | 101100 | 100111110 | 10110 | 101110 |
Color Harmonies of #8E5B7F
Complementary color
Monochromatic Colors of #8E5B7F
Black with #8E5B7F
Text Example
Text Example
White with #8E5B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5B7F; }
p { color: rgb(142,91,127); }
H1.HeaderClassName
{
color: #8E5B7F;
}
.AnyTagClassName
{
color: #8E5B7F;
}
</style>
background-color css
<style>
a { background-color: #8E5B7F; }
a { background-color: rgb(142,91,127); }
div.DivClassName
{
background-color: #8E5B7F;
}
.BgClassName
{
background-color: #8E5B7F;
}
</style>
border-color css
<style>
span { border-color: #8E5B7F; }
span { border-color: rgb(142,91,127); }
td.TdClassName
{
border-color: #8E5B7F;
}
.TagClassName
{
border-color: #8E5B7F;
}
</style>