Shades of Strikemaster #917284
Tints of Strikemaster #917284
RGB
CMYK
RGB Variations
Color information
#917284 (or 0x917284) is known color: Strikemaster. HEX triplet: 91, 72 and 84. RGB value is (145,114,132). Sum of RGB (Red+Green+Blue) = 145+114+132=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 145 - color contains mainly: red. Hex color #917284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917284 is #6E8D7B. Grayscale: #7D7D7D. Windows color (decimal): -7245180 or 8680081. OLE color: 8680081.
HSL color Cylindrical-coordinate representation of color #917284: hue angle of 325.16º 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 #917284 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 114 | 132 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.43 |
| HSL | 325.16º | 0.12% | 0.51% | - |
| HSV(B) | 325.16º | 0.21% | 0.57% | - |
| XYZ | 21.86 | 19.72 | 24.48 | - |
| YUV | 125.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 114 | 132 | 0 | 0.21 | 0.09 | 0.43 | 325.16 | 0.12 | 0.51 |
| Hex | 91 | 72 | 84 | 0 | 15 | 9 | 2B | 145 | C | 33 |
| Octal | 221 | 162 | 204 | 0 | 25 | 11 | 53 | 505 | 14 | 63 |
| Binary | 10010001 | 1110010 | 10000100 | 0 | 10101 | 1001 | 101011 | 101000101 | 1100 | 110011 |
Color Harmonies of #917284
Complementary color
Monochromatic Colors of #917284
Black with #917284
Text Example
Text Example
White with #917284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917284; }
p { color: rgb(145,114,132); }
H1.HeaderClassName
{
color: #917284;
}
.AnyTagClassName
{
color: #917284;
}
</style>
background-color css
<style>
a { background-color: #917284; }
a { background-color: rgb(145,114,132); }
div.DivClassName
{
background-color: #917284;
}
.BgClassName
{
background-color: #917284;
}
</style>
border-color css
<style>
span { border-color: #917284; }
span { border-color: rgb(145,114,132); }
td.TdClassName
{
border-color: #917284;
}
.TagClassName
{
border-color: #917284;
}
</style>