Shades of Strikemaster #997384
Tints of Strikemaster #997384
RGB
CMYK
RGB Variations
Color information
#997384 (or 0x997384) is known color: Strikemaster. HEX triplet: 99, 73 and 84. RGB value is (153,115,132). Sum of RGB (Red+Green+Blue) = 153+115+132=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #997384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997384 is #668C7B. Grayscale: #808080. Windows color (decimal): -6720636 or 8680345. OLE color: 8680345.
HSL color Cylindrical-coordinate representation of color #997384: hue angle of 333.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997384 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 132 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.4 |
| HSL | 333.16º | 0.16% | 0.53% | - |
| HSV(B) | 333.16º | 0.25% | 0.6% | - |
| XYZ | 23.43 | 20.7 | 24.59 | - |
| YUV | 128.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 132 | 0 | 0.25 | 0.14 | 0.4 | 333.16 | 0.16 | 0.53 |
| Hex | 99 | 73 | 84 | 0 | 19 | E | 28 | 14D | 10 | 35 |
| Octal | 231 | 163 | 204 | 0 | 31 | 16 | 50 | 515 | 20 | 65 |
| Binary | 10011001 | 1110011 | 10000100 | 0 | 11001 | 1110 | 101000 | 101001101 | 10000 | 110101 |
Color Harmonies of #997384
Complementary color
Monochromatic Colors of #997384
Black with #997384
Text Example
Text Example
White with #997384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997384; }
p { color: rgb(153,115,132); }
H1.HeaderClassName
{
color: #997384;
}
.AnyTagClassName
{
color: #997384;
}
</style>
background-color css
<style>
a { background-color: #997384; }
a { background-color: rgb(153,115,132); }
div.DivClassName
{
background-color: #997384;
}
.BgClassName
{
background-color: #997384;
}
</style>
border-color css
<style>
span { border-color: #997384; }
span { border-color: rgb(153,115,132); }
td.TdClassName
{
border-color: #997384;
}
.TagClassName
{
border-color: #997384;
}
</style>