Shades of Strikemaster #915E84
Tints of Strikemaster #915E84
RGB
CMYK
RGB Variations
Color information
#915E84 (or 0x915E84) is known color: Strikemaster. HEX triplet: 91, 5E and 84. RGB value is (145,94,132). Sum of RGB (Red+Green+Blue) = 145+94+132=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #915E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915E84 is #6EA17B. Grayscale: #717171. Windows color (decimal): -7250300 or 8674961. OLE color: 8674961.
HSL color Cylindrical-coordinate representation of color #915E84: hue angle of 315.29º 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 #915E84 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 132 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.43 |
| HSL | 315.29º | 0.21% | 0.47% | - |
| HSV(B) | 315.29º | 0.35% | 0.57% | - |
| XYZ | 19.84 | 15.69 | 23.81 | - |
| YUV | 113.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 132 | 0 | 0.35 | 0.09 | 0.43 | 315.29 | 0.21 | 0.47 |
| Hex | 91 | 5E | 84 | 0 | 23 | 9 | 2B | 13B | 15 | 2F |
| Octal | 221 | 136 | 204 | 0 | 43 | 11 | 53 | 473 | 25 | 57 |
| Binary | 10010001 | 1011110 | 10000100 | 0 | 100011 | 1001 | 101011 | 100111011 | 10101 | 101111 |
Color Harmonies of #915E84
Complementary color
Monochromatic Colors of #915E84
Black with #915E84
Text Example
Text Example
White with #915E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E84; }
p { color: rgb(145,94,132); }
H1.HeaderClassName
{
color: #915E84;
}
.AnyTagClassName
{
color: #915E84;
}
</style>
background-color css
<style>
a { background-color: #915E84; }
a { background-color: rgb(145,94,132); }
div.DivClassName
{
background-color: #915E84;
}
.BgClassName
{
background-color: #915E84;
}
</style>
border-color css
<style>
span { border-color: #915E84; }
span { border-color: rgb(145,94,132); }
td.TdClassName
{
border-color: #915E84;
}
.TagClassName
{
border-color: #915E84;
}
</style>