Shades of Strikemaster #915A79
Tints of Strikemaster #915A79
RGB
CMYK
RGB Variations
Color information
#915A79 (or 0x915A79) is known color: Strikemaster. HEX triplet: 91, 5A and 79. RGB value is (145,90,121). Sum of RGB (Red+Green+Blue) = 145+90+121=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #915A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A79 is #6EA586. Grayscale: #6D6D6D. Windows color (decimal): -7251335 or 7953041. OLE color: 7953041.
HSL color Cylindrical-coordinate representation of color #915A79: hue angle of 326.18º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915A79 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 121 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.43 |
| HSL | 326.18º | 0.23% | 0.46% | - |
| HSV(B) | 326.18º | 0.38% | 0.57% | - |
| XYZ | 18.78 | 14.71 | 19.94 | - |
| YUV | 109.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 121 | 0 | 0.38 | 0.17 | 0.43 | 326.18 | 0.23 | 0.46 |
| Hex | 91 | 5A | 79 | 0 | 26 | 11 | 2B | 146 | 17 | 2E |
| Octal | 221 | 132 | 171 | 0 | 46 | 21 | 53 | 506 | 27 | 56 |
| Binary | 10010001 | 1011010 | 1111001 | 0 | 100110 | 10001 | 101011 | 101000110 | 10111 | 101110 |
Color Harmonies of #915A79
Complementary color
Monochromatic Colors of #915A79
Black with #915A79
Text Example
Text Example
White with #915A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A79; }
p { color: rgb(145,90,121); }
H1.HeaderClassName
{
color: #915A79;
}
.AnyTagClassName
{
color: #915A79;
}
</style>
background-color css
<style>
a { background-color: #915A79; }
a { background-color: rgb(145,90,121); }
div.DivClassName
{
background-color: #915A79;
}
.BgClassName
{
background-color: #915A79;
}
</style>
border-color css
<style>
span { border-color: #915A79; }
span { border-color: rgb(145,90,121); }
td.TdClassName
{
border-color: #915A79;
}
.TagClassName
{
border-color: #915A79;
}
</style>