Shades of Strikemaster #8E5A7D
Tints of Strikemaster #8E5A7D
RGB
CMYK
RGB Variations
Color information
#8E5A7D (or 0x8E5A7D) is known color: Strikemaster. HEX triplet: 8E, 5A and 7D. RGB value is (142,90,125). Sum of RGB (Red+Green+Blue) = 142+90+125=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A7D is #71A582. Grayscale: #6D6D6D. Windows color (decimal): -7447939 or 8215182. OLE color: 8215182.
HSL color Cylindrical-coordinate representation of color #8E5A7D: hue angle of 319.62º degrees, saturation: 0.22, 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 #8E5A7D is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 125 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.44 |
| HSL | 319.62º | 0.22% | 0.45% | - |
| HSV(B) | 319.62º | 0.37% | 0.56% | - |
| XYZ | 18.51 | 14.54 | 21.23 | - |
| YUV | 109.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 125 | 0 | 0.37 | 0.12 | 0.44 | 319.62 | 0.22 | 0.45 |
| Hex | 8E | 5A | 7D | 0 | 25 | C | 2C | 140 | 16 | 2D |
| Octal | 216 | 132 | 175 | 0 | 45 | 14 | 54 | 500 | 26 | 55 |
| Binary | 10001110 | 1011010 | 1111101 | 0 | 100101 | 1100 | 101100 | 101000000 | 10110 | 101101 |
Color Harmonies of #8E5A7D
Complementary color
Monochromatic Colors of #8E5A7D
Black with #8E5A7D
Text Example
Text Example
White with #8E5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A7D; }
p { color: rgb(142,90,125); }
H1.HeaderClassName
{
color: #8E5A7D;
}
.AnyTagClassName
{
color: #8E5A7D;
}
</style>
background-color css
<style>
a { background-color: #8E5A7D; }
a { background-color: rgb(142,90,125); }
div.DivClassName
{
background-color: #8E5A7D;
}
.BgClassName
{
background-color: #8E5A7D;
}
</style>
border-color css
<style>
span { border-color: #8E5A7D; }
span { border-color: rgb(142,90,125); }
td.TdClassName
{
border-color: #8E5A7D;
}
.TagClassName
{
border-color: #8E5A7D;
}
</style>