Shades of Strikemaster #8E6F85
Tints of Strikemaster #8E6F85
RGB
CMYK
RGB Variations
Color information
#8E6F85 (or 0x8E6F85) is known color: Strikemaster. HEX triplet: 8E, 6F and 85. RGB value is (142,111,133). Sum of RGB (Red+Green+Blue) = 142+111+133=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F85 is #71907A. Grayscale: #7A7A7A. Windows color (decimal): -7442555 or 8744846. OLE color: 8744846.
HSL color Cylindrical-coordinate representation of color #8E6F85: hue angle of 317.42º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E6F85 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 111 | 133 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.44 |
| HSL | 317.42º | 0.12% | 0.5% | - |
| HSV(B) | 317.42º | 0.22% | 0.56% | - |
| XYZ | 21.07 | 18.81 | 24.71 | - |
| YUV | 122.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 133 | 0 | 0.22 | 0.06 | 0.44 | 317.42 | 0.12 | 0.5 |
| Hex | 8E | 6F | 85 | 0 | 16 | 6 | 2C | 13D | C | 32 |
| Octal | 216 | 157 | 205 | 0 | 26 | 6 | 54 | 475 | 14 | 62 |
| Binary | 10001110 | 1101111 | 10000101 | 0 | 10110 | 110 | 101100 | 100111101 | 1100 | 110010 |
Color Harmonies of #8E6F85
Complementary color
Monochromatic Colors of #8E6F85
Black with #8E6F85
Text Example
Text Example
White with #8E6F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6F85; }
p { color: rgb(142,111,133); }
H1.HeaderClassName
{
color: #8E6F85;
}
.AnyTagClassName
{
color: #8E6F85;
}
</style>
background-color css
<style>
a { background-color: #8E6F85; }
a { background-color: rgb(142,111,133); }
div.DivClassName
{
background-color: #8E6F85;
}
.BgClassName
{
background-color: #8E6F85;
}
</style>
border-color css
<style>
span { border-color: #8E6F85; }
span { border-color: rgb(142,111,133); }
td.TdClassName
{
border-color: #8E6F85;
}
.TagClassName
{
border-color: #8E6F85;
}
</style>