Shades of Strikemaster #8E5F83
Tints of Strikemaster #8E5F83
RGB
CMYK
RGB Variations
Color information
#8E5F83 (or 0x8E5F83) is known color: Strikemaster. HEX triplet: 8E, 5F and 83. RGB value is (142,95,131). Sum of RGB (Red+Green+Blue) = 142+95+131=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F83 is #71A07C. Grayscale: #717171. Windows color (decimal): -7446653 or 8609678. OLE color: 8609678.
HSL color Cylindrical-coordinate representation of color #8E5F83: hue angle of 314.04º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E5F83 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 95 | 131 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.44 |
| HSL | 314.04º | 0.2% | 0.46% | - |
| HSV(B) | 314.04º | 0.33% | 0.56% | - |
| XYZ | 19.34 | 15.57 | 23.46 | - |
| YUV | 113.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 131 | 0 | 0.33 | 0.08 | 0.44 | 314.04 | 0.2 | 0.46 |
| Hex | 8E | 5F | 83 | 0 | 21 | 8 | 2C | 13A | 14 | 2E |
| Octal | 216 | 137 | 203 | 0 | 41 | 10 | 54 | 472 | 24 | 56 |
| Binary | 10001110 | 1011111 | 10000011 | 0 | 100001 | 1000 | 101100 | 100111010 | 10100 | 101110 |
Color Harmonies of #8E5F83
Complementary color
Monochromatic Colors of #8E5F83
Black with #8E5F83
Text Example
Text Example
White with #8E5F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5F83; }
p { color: rgb(142,95,131); }
H1.HeaderClassName
{
color: #8E5F83;
}
.AnyTagClassName
{
color: #8E5F83;
}
</style>
background-color css
<style>
a { background-color: #8E5F83; }
a { background-color: rgb(142,95,131); }
div.DivClassName
{
background-color: #8E5F83;
}
.BgClassName
{
background-color: #8E5F83;
}
</style>
border-color css
<style>
span { border-color: #8E5F83; }
span { border-color: rgb(142,95,131); }
td.TdClassName
{
border-color: #8E5F83;
}
.TagClassName
{
border-color: #8E5F83;
}
</style>