Shades of Strikemaster #915D7B
Tints of Strikemaster #915D7B
RGB
CMYK
RGB Variations
Color information
#915D7B (or 0x915D7B) is known color: Strikemaster. HEX triplet: 91, 5D and 7B. RGB value is (145,93,123). Sum of RGB (Red+Green+Blue) = 145+93+123=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #915D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D7B is #6EA284. Grayscale: #6F6F6F. Windows color (decimal): -7250565 or 8084881. OLE color: 8084881.
HSL color Cylindrical-coordinate representation of color #915D7B: hue angle of 325.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #915D7B is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 123 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.43 |
| HSL | 325.38º | 0.22% | 0.47% | - |
| HSV(B) | 325.38º | 0.36% | 0.57% | - |
| XYZ | 19.17 | 15.28 | 20.68 | - |
| YUV | 111.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 123 | 0 | 0.36 | 0.15 | 0.43 | 325.38 | 0.22 | 0.47 |
| Hex | 91 | 5D | 7B | 0 | 24 | F | 2B | 145 | 16 | 2F |
| Octal | 221 | 135 | 173 | 0 | 44 | 17 | 53 | 505 | 26 | 57 |
| Binary | 10010001 | 1011101 | 1111011 | 0 | 100100 | 1111 | 101011 | 101000101 | 10110 | 101111 |
Color Harmonies of #915D7B
Complementary color
Monochromatic Colors of #915D7B
Black with #915D7B
Text Example
Text Example
White with #915D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D7B; }
p { color: rgb(145,93,123); }
H1.HeaderClassName
{
color: #915D7B;
}
.AnyTagClassName
{
color: #915D7B;
}
</style>
background-color css
<style>
a { background-color: #915D7B; }
a { background-color: rgb(145,93,123); }
div.DivClassName
{
background-color: #915D7B;
}
.BgClassName
{
background-color: #915D7B;
}
</style>
border-color css
<style>
span { border-color: #915D7B; }
span { border-color: rgb(145,93,123); }
td.TdClassName
{
border-color: #915D7B;
}
.TagClassName
{
border-color: #915D7B;
}
</style>