Shades of Strikemaster #967184
Tints of Strikemaster #967184
RGB
CMYK
RGB Variations
Color information
#967184 (or 0x967184) is known color: Strikemaster. HEX triplet: 96, 71 and 84. RGB value is (150,113,132). Sum of RGB (Red+Green+Blue) = 150+113+132=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967184 is #698E7B. Grayscale: #7E7E7E. Windows color (decimal): -6917756 or 8679830. OLE color: 8679830.
HSL color Cylindrical-coordinate representation of color #967184: hue angle of 329.19º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967184 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 113 | 132 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.41 |
| HSL | 329.19º | 0.15% | 0.52% | - |
| HSV(B) | 329.19º | 0.25% | 0.59% | - |
| XYZ | 22.65 | 19.96 | 24.49 | - |
| YUV | 126.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 113 | 132 | 0 | 0.25 | 0.12 | 0.41 | 329.19 | 0.15 | 0.52 |
| Hex | 96 | 71 | 84 | 0 | 19 | C | 29 | 149 | F | 34 |
| Octal | 226 | 161 | 204 | 0 | 31 | 14 | 51 | 511 | 17 | 64 |
| Binary | 10010110 | 1110001 | 10000100 | 0 | 11001 | 1100 | 101001 | 101001001 | 1111 | 110100 |
Color Harmonies of #967184
Complementary color
Monochromatic Colors of #967184
Black with #967184
Text Example
Text Example
White with #967184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967184; }
p { color: rgb(150,113,132); }
H1.HeaderClassName
{
color: #967184;
}
.AnyTagClassName
{
color: #967184;
}
</style>
background-color css
<style>
a { background-color: #967184; }
a { background-color: rgb(150,113,132); }
div.DivClassName
{
background-color: #967184;
}
.BgClassName
{
background-color: #967184;
}
</style>
border-color css
<style>
span { border-color: #967184; }
span { border-color: rgb(150,113,132); }
td.TdClassName
{
border-color: #967184;
}
.TagClassName
{
border-color: #967184;
}
</style>