Shades of Strikemaster #957385
Tints of Strikemaster #957385
RGB
CMYK
RGB Variations
Color information
#957385 (or 0x957385) is known color: Strikemaster. HEX triplet: 95, 73 and 85. RGB value is (149,115,133). Sum of RGB (Red+Green+Blue) = 149+115+133=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #957385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957385 is #6A8C7A. Grayscale: #7F7F7F. Windows color (decimal): -6982779 or 8745877. OLE color: 8745877.
HSL color Cylindrical-coordinate representation of color #957385: hue angle of 328.24º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957385 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 133 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.42 |
| HSL | 328.24º | 0.14% | 0.52% | - |
| HSV(B) | 328.24º | 0.23% | 0.58% | - |
| XYZ | 22.76 | 20.34 | 24.92 | - |
| YUV | 127.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 133 | 0 | 0.23 | 0.11 | 0.42 | 328.24 | 0.14 | 0.52 |
| Hex | 95 | 73 | 85 | 0 | 17 | B | 2A | 148 | E | 34 |
| Octal | 225 | 163 | 205 | 0 | 27 | 13 | 52 | 510 | 16 | 64 |
| Binary | 10010101 | 1110011 | 10000101 | 0 | 10111 | 1011 | 101010 | 101001000 | 1110 | 110100 |
Color Harmonies of #957385
Complementary color
Monochromatic Colors of #957385
Black with #957385
Text Example
Text Example
White with #957385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957385; }
p { color: rgb(149,115,133); }
H1.HeaderClassName
{
color: #957385;
}
.AnyTagClassName
{
color: #957385;
}
</style>
background-color css
<style>
a { background-color: #957385; }
a { background-color: rgb(149,115,133); }
div.DivClassName
{
background-color: #957385;
}
.BgClassName
{
background-color: #957385;
}
</style>
border-color css
<style>
span { border-color: #957385; }
span { border-color: rgb(149,115,133); }
td.TdClassName
{
border-color: #957385;
}
.TagClassName
{
border-color: #957385;
}
</style>