Shades of Strikemaster #915A78
Tints of Strikemaster #915A78
RGB
CMYK
RGB Variations
Color information
#915A78 (or 0x915A78) is known color: Strikemaster. HEX triplet: 91, 5A and 78. RGB value is (145,90,120). Sum of RGB (Red+Green+Blue) = 145+90+120=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #915A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A78 is #6EA587. Grayscale: #6D6D6D. Windows color (decimal): -7251336 or 7887505. OLE color: 7887505.
HSL color Cylindrical-coordinate representation of color #915A78: hue angle of 327.27º 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 #915A78 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 120 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.43 |
| HSL | 327.27º | 0.23% | 0.46% | - |
| HSV(B) | 327.27º | 0.38% | 0.57% | - |
| XYZ | 18.72 | 14.69 | 19.62 | - |
| YUV | 109.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 120 | 0 | 0.38 | 0.17 | 0.43 | 327.27 | 0.23 | 0.46 |
| Hex | 91 | 5A | 78 | 0 | 26 | 11 | 2B | 147 | 17 | 2E |
| Octal | 221 | 132 | 170 | 0 | 46 | 21 | 53 | 507 | 27 | 56 |
| Binary | 10010001 | 1011010 | 1111000 | 0 | 100110 | 10001 | 101011 | 101000111 | 10111 | 101110 |
Color Harmonies of #915A78
Complementary color
Monochromatic Colors of #915A78
Black with #915A78
Text Example
Text Example
White with #915A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A78; }
p { color: rgb(145,90,120); }
H1.HeaderClassName
{
color: #915A78;
}
.AnyTagClassName
{
color: #915A78;
}
</style>
background-color css
<style>
a { background-color: #915A78; }
a { background-color: rgb(145,90,120); }
div.DivClassName
{
background-color: #915A78;
}
.BgClassName
{
background-color: #915A78;
}
</style>
border-color css
<style>
span { border-color: #915A78; }
span { border-color: rgb(145,90,120); }
td.TdClassName
{
border-color: #915A78;
}
.TagClassName
{
border-color: #915A78;
}
</style>