Shades of Strikemaster #917385
Tints of Strikemaster #917385
RGB
CMYK
RGB Variations
Color information
#917385 (or 0x917385) is known color: Strikemaster. HEX triplet: 91, 73 and 85. RGB value is (145,115,133). Sum of RGB (Red+Green+Blue) = 145+115+133=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 145 - color contains mainly: red. Hex color #917385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917385 is #6E8C7A. Grayscale: #7D7D7D. Windows color (decimal): -7244923 or 8745873. OLE color: 8745873.
HSL color Cylindrical-coordinate representation of color #917385: hue angle of 324º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #917385 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 115 | 133 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.43 |
| HSL | 324º | 0.12% | 0.51% | - |
| HSV(B) | 324º | 0.21% | 0.57% | - |
| XYZ | 22.04 | 19.97 | 24.88 | - |
| YUV | 126.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 115 | 133 | 0 | 0.21 | 0.08 | 0.43 | 324 | 0.12 | 0.51 |
| Hex | 91 | 73 | 85 | 0 | 15 | 8 | 2B | 144 | C | 33 |
| Octal | 221 | 163 | 205 | 0 | 25 | 10 | 53 | 504 | 14 | 63 |
| Binary | 10010001 | 1110011 | 10000101 | 0 | 10101 | 1000 | 101011 | 101000100 | 1100 | 110011 |
Color Harmonies of #917385
Complementary color
Monochromatic Colors of #917385
Black with #917385
Text Example
Text Example
White with #917385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917385; }
p { color: rgb(145,115,133); }
H1.HeaderClassName
{
color: #917385;
}
.AnyTagClassName
{
color: #917385;
}
</style>
background-color css
<style>
a { background-color: #917385; }
a { background-color: rgb(145,115,133); }
div.DivClassName
{
background-color: #917385;
}
.BgClassName
{
background-color: #917385;
}
</style>
border-color css
<style>
span { border-color: #917385; }
span { border-color: rgb(145,115,133); }
td.TdClassName
{
border-color: #917385;
}
.TagClassName
{
border-color: #917385;
}
</style>