Shades of Strikemaster #8E5F81
Tints of Strikemaster #8E5F81
RGB
CMYK
RGB Variations
Color information
#8E5F81 (or 0x8E5F81) is known color: Strikemaster. HEX triplet: 8E, 5F and 81. RGB value is (142,95,129). Sum of RGB (Red+Green+Blue) = 142+95+129=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5F81 is #71A07E. Grayscale: #707070. Windows color (decimal): -7446655 or 8478606. OLE color: 8478606.
HSL color Cylindrical-coordinate representation of color #8E5F81: hue angle of 316.6º 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 #8E5F81 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 95 | 129 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.44 |
| HSL | 316.6º | 0.2% | 0.46% | - |
| HSV(B) | 316.6º | 0.33% | 0.56% | - |
| XYZ | 19.21 | 15.52 | 22.75 | - |
| YUV | 112.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 129 | 0 | 0.33 | 0.09 | 0.44 | 316.6 | 0.2 | 0.46 |
| Hex | 8E | 5F | 81 | 0 | 21 | 9 | 2C | 13D | 14 | 2E |
| Octal | 216 | 137 | 201 | 0 | 41 | 11 | 54 | 475 | 24 | 56 |
| Binary | 10001110 | 1011111 | 10000001 | 0 | 100001 | 1001 | 101100 | 100111101 | 10100 | 101110 |
Color Harmonies of #8E5F81
Complementary color
Monochromatic Colors of #8E5F81
Black with #8E5F81
Text Example
Text Example
White with #8E5F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5F81; }
p { color: rgb(142,95,129); }
H1.HeaderClassName
{
color: #8E5F81;
}
.AnyTagClassName
{
color: #8E5F81;
}
</style>
background-color css
<style>
a { background-color: #8E5F81; }
a { background-color: rgb(142,95,129); }
div.DivClassName
{
background-color: #8E5F81;
}
.BgClassName
{
background-color: #8E5F81;
}
</style>
border-color css
<style>
span { border-color: #8E5F81; }
span { border-color: rgb(142,95,129); }
td.TdClassName
{
border-color: #8E5F81;
}
.TagClassName
{
border-color: #8E5F81;
}
</style>