Shades of Strikemaster #997284
Tints of Strikemaster #997284
RGB
CMYK
RGB Variations
Color information
#997284 (or 0x997284) is known color: Strikemaster. HEX triplet: 99, 72 and 84. RGB value is (153,114,132). Sum of RGB (Red+Green+Blue) = 153+114+132=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997284 is #668D7B. Grayscale: #7F7F7F. Windows color (decimal): -6720892 or 8680089. OLE color: 8680089.
HSL color Cylindrical-coordinate representation of color #997284: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997284 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 132 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.4 |
| HSL | 332.31º | 0.16% | 0.52% | - |
| HSV(B) | 332.31º | 0.25% | 0.6% | - |
| XYZ | 23.32 | 20.47 | 24.55 | - |
| YUV | 127.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 132 | 0 | 0.25 | 0.14 | 0.4 | 332.31 | 0.16 | 0.52 |
| Hex | 99 | 72 | 84 | 0 | 19 | E | 28 | 14C | 10 | 34 |
| Octal | 231 | 162 | 204 | 0 | 31 | 16 | 50 | 514 | 20 | 64 |
| Binary | 10011001 | 1110010 | 10000100 | 0 | 11001 | 1110 | 101000 | 101001100 | 10000 | 110100 |
Color Harmonies of #997284
Complementary color
Monochromatic Colors of #997284
Black with #997284
Text Example
Text Example
White with #997284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997284; }
p { color: rgb(153,114,132); }
H1.HeaderClassName
{
color: #997284;
}
.AnyTagClassName
{
color: #997284;
}
</style>
background-color css
<style>
a { background-color: #997284; }
a { background-color: rgb(153,114,132); }
div.DivClassName
{
background-color: #997284;
}
.BgClassName
{
background-color: #997284;
}
</style>
border-color css
<style>
span { border-color: #997284; }
span { border-color: rgb(153,114,132); }
td.TdClassName
{
border-color: #997284;
}
.TagClassName
{
border-color: #997284;
}
</style>