Shades of Strikemaster #915C7D
Tints of Strikemaster #915C7D
RGB
CMYK
RGB Variations
Color information
#915C7D (or 0x915C7D) is known color: Strikemaster. HEX triplet: 91, 5C and 7D. RGB value is (145,92,125). Sum of RGB (Red+Green+Blue) = 145+92+125=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #915C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C7D is #6EA382. Grayscale: #6F6F6F. Windows color (decimal): -7250819 or 8215697. OLE color: 8215697.
HSL color Cylindrical-coordinate representation of color #915C7D: hue angle of 322.64º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915C7D is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 125 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.43 |
| HSL | 322.64º | 0.22% | 0.46% | - |
| HSV(B) | 322.64º | 0.37% | 0.57% | - |
| XYZ | 19.21 | 15.15 | 21.31 | - |
| YUV | 111.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 125 | 0 | 0.37 | 0.14 | 0.43 | 322.64 | 0.22 | 0.46 |
| Hex | 91 | 5C | 7D | 0 | 25 | E | 2B | 143 | 16 | 2E |
| Octal | 221 | 134 | 175 | 0 | 45 | 16 | 53 | 503 | 26 | 56 |
| Binary | 10010001 | 1011100 | 1111101 | 0 | 100101 | 1110 | 101011 | 101000011 | 10110 | 101110 |
Color Harmonies of #915C7D
Complementary color
Monochromatic Colors of #915C7D
Black with #915C7D
Text Example
Text Example
White with #915C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C7D; }
p { color: rgb(145,92,125); }
H1.HeaderClassName
{
color: #915C7D;
}
.AnyTagClassName
{
color: #915C7D;
}
</style>
background-color css
<style>
a { background-color: #915C7D; }
a { background-color: rgb(145,92,125); }
div.DivClassName
{
background-color: #915C7D;
}
.BgClassName
{
background-color: #915C7D;
}
</style>
border-color css
<style>
span { border-color: #915C7D; }
span { border-color: rgb(145,92,125); }
td.TdClassName
{
border-color: #915C7D;
}
.TagClassName
{
border-color: #915C7D;
}
</style>