Shades of Strikemaster #915E7D
Tints of Strikemaster #915E7D
RGB
CMYK
RGB Variations
Color information
#915E7D (or 0x915E7D) is known color: Strikemaster. HEX triplet: 91, 5E and 7D. RGB value is (145,94,125). Sum of RGB (Red+Green+Blue) = 145+94+125=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #915E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E7D is #6EA182. Grayscale: #707070. Windows color (decimal): -7250307 or 8216209. OLE color: 8216209.
HSL color Cylindrical-coordinate representation of color #915E7D: hue angle of 323.53º 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 #915E7D is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 125 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.43 |
| HSL | 323.53º | 0.21% | 0.47% | - |
| HSV(B) | 323.53º | 0.35% | 0.57% | - |
| XYZ | 19.38 | 15.51 | 21.37 | - |
| YUV | 112.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 125 | 0 | 0.35 | 0.14 | 0.43 | 323.53 | 0.21 | 0.47 |
| Hex | 91 | 5E | 7D | 0 | 23 | E | 2B | 144 | 15 | 2F |
| Octal | 221 | 136 | 175 | 0 | 43 | 16 | 53 | 504 | 25 | 57 |
| Binary | 10010001 | 1011110 | 1111101 | 0 | 100011 | 1110 | 101011 | 101000100 | 10101 | 101111 |
Color Harmonies of #915E7D
Complementary color
Monochromatic Colors of #915E7D
Black with #915E7D
Text Example
Text Example
White with #915E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E7D; }
p { color: rgb(145,94,125); }
H1.HeaderClassName
{
color: #915E7D;
}
.AnyTagClassName
{
color: #915E7D;
}
</style>
background-color css
<style>
a { background-color: #915E7D; }
a { background-color: rgb(145,94,125); }
div.DivClassName
{
background-color: #915E7D;
}
.BgClassName
{
background-color: #915E7D;
}
</style>
border-color css
<style>
span { border-color: #915E7D; }
span { border-color: rgb(145,94,125); }
td.TdClassName
{
border-color: #915E7D;
}
.TagClassName
{
border-color: #915E7D;
}
</style>