Shades of Strikemaster #8E5275
Tints of Strikemaster #8E5275
RGB
CMYK
RGB Variations
Color information
#8E5275 (or 0x8E5275) is known color: Strikemaster. HEX triplet: 8E, 52 and 75. RGB value is (142,82,117). Sum of RGB (Red+Green+Blue) = 142+82+117=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5275 is #71AD8A. Grayscale: #676767. Windows color (decimal): -7449995 or 7688846. OLE color: 7688846.
HSL color Cylindrical-coordinate representation of color #8E5275: hue angle of 325º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5275 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 117 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.44 |
| HSL | 325º | 0.27% | 0.44% | - |
| HSV(B) | 325º | 0.42% | 0.56% | - |
| XYZ | 17.38 | 13.07 | 18.44 | - |
| YUV | 103.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 117 | 0 | 0.42 | 0.18 | 0.44 | 325 | 0.27 | 0.44 |
| Hex | 8E | 52 | 75 | 0 | 2A | 12 | 2C | 145 | 1B | 2C |
| Octal | 216 | 122 | 165 | 0 | 52 | 22 | 54 | 505 | 33 | 54 |
| Binary | 10001110 | 1010010 | 1110101 | 0 | 101010 | 10010 | 101100 | 101000101 | 11011 | 101100 |
Color Harmonies of #8E5275
Complementary color
Monochromatic Colors of #8E5275
Black with #8E5275
Text Example
Text Example
White with #8E5275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5275; }
p { color: rgb(142,82,117); }
H1.HeaderClassName
{
color: #8E5275;
}
.AnyTagClassName
{
color: #8E5275;
}
</style>
background-color css
<style>
a { background-color: #8E5275; }
a { background-color: rgb(142,82,117); }
div.DivClassName
{
background-color: #8E5275;
}
.BgClassName
{
background-color: #8E5275;
}
</style>
border-color css
<style>
span { border-color: #8E5275; }
span { border-color: rgb(142,82,117); }
td.TdClassName
{
border-color: #8E5275;
}
.TagClassName
{
border-color: #8E5275;
}
</style>