Shades of Strikemaster #997184
Tints of Strikemaster #997184
RGB
CMYK
RGB Variations
Color information
#997184 (or 0x997184) is known color: Strikemaster. HEX triplet: 99, 71 and 84. RGB value is (153,113,132). Sum of RGB (Red+Green+Blue) = 153+113+132=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #997184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997184 is #668E7B. Grayscale: #7F7F7F. Windows color (decimal): -6721148 or 8679833. OLE color: 8679833.
HSL color Cylindrical-coordinate representation of color #997184: hue angle of 331.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997184 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 132 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.4 |
| HSL | 331.5º | 0.16% | 0.52% | - |
| HSV(B) | 331.5º | 0.26% | 0.6% | - |
| XYZ | 23.21 | 20.25 | 24.52 | - |
| YUV | 127.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 132 | 0 | 0.26 | 0.14 | 0.4 | 331.5 | 0.16 | 0.52 |
| Hex | 99 | 71 | 84 | 0 | 1A | E | 28 | 14C | 10 | 34 |
| Octal | 231 | 161 | 204 | 0 | 32 | 16 | 50 | 514 | 20 | 64 |
| Binary | 10011001 | 1110001 | 10000100 | 0 | 11010 | 1110 | 101000 | 101001100 | 10000 | 110100 |
Color Harmonies of #997184
Complementary color
Monochromatic Colors of #997184
Black with #997184
Text Example
Text Example
White with #997184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997184; }
p { color: rgb(153,113,132); }
H1.HeaderClassName
{
color: #997184;
}
.AnyTagClassName
{
color: #997184;
}
</style>
background-color css
<style>
a { background-color: #997184; }
a { background-color: rgb(153,113,132); }
div.DivClassName
{
background-color: #997184;
}
.BgClassName
{
background-color: #997184;
}
</style>
border-color css
<style>
span { border-color: #997184; }
span { border-color: rgb(153,113,132); }
td.TdClassName
{
border-color: #997184;
}
.TagClassName
{
border-color: #997184;
}
</style>