Shades of Strikemaster #915E86
Tints of Strikemaster #915E86
RGB
CMYK
RGB Variations
Color information
#915E86 (or 0x915E86) is known color: Strikemaster. HEX triplet: 91, 5E and 86. RGB value is (145,94,134). Sum of RGB (Red+Green+Blue) = 145+94+134=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 145 - color contains mainly: red. Hex color #915E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E86 is #6EA179. Grayscale: #717171. Windows color (decimal): -7250298 or 8806033. OLE color: 8806033.
HSL color Cylindrical-coordinate representation of color #915E86: hue angle of 312.94º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E86 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 134 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.43 |
| HSL | 312.94º | 0.21% | 0.47% | - |
| HSV(B) | 312.94º | 0.35% | 0.57% | - |
| XYZ | 19.98 | 15.75 | 24.54 | - |
| YUV | 113.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 134 | 0 | 0.35 | 0.08 | 0.43 | 312.94 | 0.21 | 0.47 |
| Hex | 91 | 5E | 86 | 0 | 23 | 8 | 2B | 139 | 15 | 2F |
| Octal | 221 | 136 | 206 | 0 | 43 | 10 | 53 | 471 | 25 | 57 |
| Binary | 10010001 | 1011110 | 10000110 | 0 | 100011 | 1000 | 101011 | 100111001 | 10101 | 101111 |
Color Harmonies of #915E86
Complementary color
Monochromatic Colors of #915E86
Black with #915E86
Text Example
Text Example
White with #915E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E86; }
p { color: rgb(145,94,134); }
H1.HeaderClassName
{
color: #915E86;
}
.AnyTagClassName
{
color: #915E86;
}
</style>
background-color css
<style>
a { background-color: #915E86; }
a { background-color: rgb(145,94,134); }
div.DivClassName
{
background-color: #915E86;
}
.BgClassName
{
background-color: #915E86;
}
</style>
border-color css
<style>
span { border-color: #915E86; }
span { border-color: rgb(145,94,134); }
td.TdClassName
{
border-color: #915E86;
}
.TagClassName
{
border-color: #915E86;
}
</style>