Shades of Strikemaster #8E6181
Tints of Strikemaster #8E6181
RGB
CMYK
RGB Variations
Color information
#8E6181 (or 0x8E6181) is known color: Strikemaster. HEX triplet: 8E, 61 and 81. RGB value is (142,97,129). Sum of RGB (Red+Green+Blue) = 142+97+129=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6181 is #719E7E. Grayscale: #727272. Windows color (decimal): -7446143 or 8479118. OLE color: 8479118.
HSL color Cylindrical-coordinate representation of color #8E6181: hue angle of 317.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6181 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 97 | 129 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.44 |
| HSL | 317.33º | 0.19% | 0.47% | - |
| HSV(B) | 317.33º | 0.32% | 0.56% | - |
| XYZ | 19.39 | 15.89 | 22.81 | - |
| YUV | 114.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 129 | 0 | 0.32 | 0.09 | 0.44 | 317.33 | 0.19 | 0.47 |
| Hex | 8E | 61 | 81 | 0 | 20 | 9 | 2C | 13D | 13 | 2F |
| Octal | 216 | 141 | 201 | 0 | 40 | 11 | 54 | 475 | 23 | 57 |
| Binary | 10001110 | 1100001 | 10000001 | 0 | 100000 | 1001 | 101100 | 100111101 | 10011 | 101111 |
Color Harmonies of #8E6181
Complementary color
Monochromatic Colors of #8E6181
Black with #8E6181
Text Example
Text Example
White with #8E6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6181; }
p { color: rgb(142,97,129); }
H1.HeaderClassName
{
color: #8E6181;
}
.AnyTagClassName
{
color: #8E6181;
}
</style>
background-color css
<style>
a { background-color: #8E6181; }
a { background-color: rgb(142,97,129); }
div.DivClassName
{
background-color: #8E6181;
}
.BgClassName
{
background-color: #8E6181;
}
</style>
border-color css
<style>
span { border-color: #8E6181; }
span { border-color: rgb(142,97,129); }
td.TdClassName
{
border-color: #8E6181;
}
.TagClassName
{
border-color: #8E6181;
}
</style>