Shades of Strikemaster #915E78
Tints of Strikemaster #915E78
RGB
CMYK
RGB Variations
Color information
#915E78 (or 0x915E78) is known color: Strikemaster. HEX triplet: 91, 5E and 78. RGB value is (145,94,120). Sum of RGB (Red+Green+Blue) = 145+94+120=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #915E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E78 is #6EA187. Grayscale: #707070. Windows color (decimal): -7250312 or 7888529. OLE color: 7888529.
HSL color Cylindrical-coordinate representation of color #915E78: hue angle of 329.41º 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 #915E78 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 120 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.43 |
| HSL | 329.41º | 0.21% | 0.47% | - |
| HSV(B) | 329.41º | 0.35% | 0.57% | - |
| XYZ | 19.07 | 15.38 | 19.73 | - |
| YUV | 112.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 120 | 0 | 0.35 | 0.17 | 0.43 | 329.41 | 0.21 | 0.47 |
| Hex | 91 | 5E | 78 | 0 | 23 | 11 | 2B | 149 | 15 | 2F |
| Octal | 221 | 136 | 170 | 0 | 43 | 21 | 53 | 511 | 25 | 57 |
| Binary | 10010001 | 1011110 | 1111000 | 0 | 100011 | 10001 | 101011 | 101001001 | 10101 | 101111 |
Color Harmonies of #915E78
Complementary color
Monochromatic Colors of #915E78
Black with #915E78
Text Example
Text Example
White with #915E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E78; }
p { color: rgb(145,94,120); }
H1.HeaderClassName
{
color: #915E78;
}
.AnyTagClassName
{
color: #915E78;
}
</style>
background-color css
<style>
a { background-color: #915E78; }
a { background-color: rgb(145,94,120); }
div.DivClassName
{
background-color: #915E78;
}
.BgClassName
{
background-color: #915E78;
}
</style>
border-color css
<style>
span { border-color: #915E78; }
span { border-color: rgb(145,94,120); }
td.TdClassName
{
border-color: #915E78;
}
.TagClassName
{
border-color: #915E78;
}
</style>