Shades of Strikemaster #915976
Tints of Strikemaster #915976
RGB
CMYK
RGB Variations
Color information
#915976 (or 0x915976) is known color: Strikemaster. HEX triplet: 91, 59 and 76. RGB value is (145,89,118). Sum of RGB (Red+Green+Blue) = 145+89+118=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #915976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915976 is #6EA689. Grayscale: #6C6C6C. Windows color (decimal): -7251594 or 7756177. OLE color: 7756177.
HSL color Cylindrical-coordinate representation of color #915976: hue angle of 328.93º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915976 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 89 | 118 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.43 |
| HSL | 328.93º | 0.24% | 0.46% | - |
| HSV(B) | 328.93º | 0.39% | 0.57% | - |
| XYZ | 18.52 | 14.47 | 18.96 | - |
| YUV | 109.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 89 | 118 | 0 | 0.39 | 0.19 | 0.43 | 328.93 | 0.24 | 0.46 |
| Hex | 91 | 59 | 76 | 0 | 27 | 13 | 2B | 149 | 18 | 2E |
| Octal | 221 | 131 | 166 | 0 | 47 | 23 | 53 | 511 | 30 | 56 |
| Binary | 10010001 | 1011001 | 1110110 | 0 | 100111 | 10011 | 101011 | 101001001 | 11000 | 101110 |
Color Harmonies of #915976
Complementary color
Monochromatic Colors of #915976
Black with #915976
Text Example
Text Example
White with #915976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915976; }
p { color: rgb(145,89,118); }
H1.HeaderClassName
{
color: #915976;
}
.AnyTagClassName
{
color: #915976;
}
</style>
background-color css
<style>
a { background-color: #915976; }
a { background-color: rgb(145,89,118); }
div.DivClassName
{
background-color: #915976;
}
.BgClassName
{
background-color: #915976;
}
</style>
border-color css
<style>
span { border-color: #915976; }
span { border-color: rgb(145,89,118); }
td.TdClassName
{
border-color: #915976;
}
.TagClassName
{
border-color: #915976;
}
</style>