Shades of Strikemaster #996E7D
Tints of Strikemaster #996E7D
RGB
CMYK
RGB Variations
Color information
#996E7D (or 0x996E7D) is known color: Strikemaster. HEX triplet: 99, 6E and 7D. RGB value is (153,110,125). Sum of RGB (Red+Green+Blue) = 153+110+125=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E7D is #669182. Grayscale: #7C7C7C. Windows color (decimal): -6721923 or 8220313. OLE color: 8220313.
HSL color Cylindrical-coordinate representation of color #996E7D: hue angle of 339.07º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E7D is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 110 | 125 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.4 |
| HSL | 339.07º | 0.17% | 0.52% | - |
| HSV(B) | 339.07º | 0.28% | 0.6% | - |
| XYZ | 22.41 | 19.4 | 21.97 | - |
| YUV | 124.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 110 | 125 | 0 | 0.28 | 0.18 | 0.4 | 339.07 | 0.17 | 0.52 |
| Hex | 99 | 6E | 7D | 0 | 1C | 12 | 28 | 153 | 11 | 34 |
| Octal | 231 | 156 | 175 | 0 | 34 | 22 | 50 | 523 | 21 | 64 |
| Binary | 10011001 | 1101110 | 1111101 | 0 | 11100 | 10010 | 101000 | 101010011 | 10001 | 110100 |
Color Harmonies of #996E7D
Complementary color
Monochromatic Colors of #996E7D
Black with #996E7D
Text Example
Text Example
White with #996E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996E7D; }
p { color: rgb(153,110,125); }
H1.HeaderClassName
{
color: #996E7D;
}
.AnyTagClassName
{
color: #996E7D;
}
</style>
background-color css
<style>
a { background-color: #996E7D; }
a { background-color: rgb(153,110,125); }
div.DivClassName
{
background-color: #996E7D;
}
.BgClassName
{
background-color: #996E7D;
}
</style>
border-color css
<style>
span { border-color: #996E7D; }
span { border-color: rgb(153,110,125); }
td.TdClassName
{
border-color: #996E7D;
}
.TagClassName
{
border-color: #996E7D;
}
</style>