Shades of Strikemaster #915F7C
Tints of Strikemaster #915F7C
RGB
CMYK
RGB Variations
Color information
#915F7C (or 0x915F7C) is known color: Strikemaster. HEX triplet: 91, 5F and 7C. RGB value is (145,95,124). Sum of RGB (Red+Green+Blue) = 145+95+124=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #915F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915F7C is #6EA083. Grayscale: #717171. Windows color (decimal): -7250052 or 8150929. OLE color: 8150929.
HSL color Cylindrical-coordinate representation of color #915F7C: hue angle of 325.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #915F7C is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 124 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.43 |
| HSL | 325.2º | 0.21% | 0.47% | - |
| HSV(B) | 325.2º | 0.34% | 0.57% | - |
| XYZ | 19.41 | 15.66 | 21.07 | - |
| YUV | 113.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 124 | 0 | 0.34 | 0.14 | 0.43 | 325.2 | 0.21 | 0.47 |
| Hex | 91 | 5F | 7C | 0 | 22 | E | 2B | 145 | 15 | 2F |
| Octal | 221 | 137 | 174 | 0 | 42 | 16 | 53 | 505 | 25 | 57 |
| Binary | 10010001 | 1011111 | 1111100 | 0 | 100010 | 1110 | 101011 | 101000101 | 10101 | 101111 |
Color Harmonies of #915F7C
Complementary color
Monochromatic Colors of #915F7C
Black with #915F7C
Text Example
Text Example
White with #915F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F7C; }
p { color: rgb(145,95,124); }
H1.HeaderClassName
{
color: #915F7C;
}
.AnyTagClassName
{
color: #915F7C;
}
</style>
background-color css
<style>
a { background-color: #915F7C; }
a { background-color: rgb(145,95,124); }
div.DivClassName
{
background-color: #915F7C;
}
.BgClassName
{
background-color: #915F7C;
}
</style>
border-color css
<style>
span { border-color: #915F7C; }
span { border-color: rgb(145,95,124); }
td.TdClassName
{
border-color: #915F7C;
}
.TagClassName
{
border-color: #915F7C;
}
</style>