Shades of Strikemaster #996D7E
Tints of Strikemaster #996D7E
RGB
CMYK
RGB Variations
Color information
#996D7E (or 0x996D7E) is known color: Strikemaster. HEX triplet: 99, 6D and 7E. RGB value is (153,109,126). Sum of RGB (Red+Green+Blue) = 153+109+126=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #996D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D7E is #669281. Grayscale: #7C7C7C. Windows color (decimal): -6722178 or 8285593. OLE color: 8285593.
HSL color Cylindrical-coordinate representation of color #996D7E: hue angle of 336.82º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D7E is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 109 | 126 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.4 |
| HSL | 336.82º | 0.18% | 0.51% | - |
| HSV(B) | 336.82º | 0.29% | 0.6% | - |
| XYZ | 22.37 | 19.22 | 22.27 | - |
| YUV | 124.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 109 | 126 | 0 | 0.29 | 0.18 | 0.4 | 336.82 | 0.18 | 0.51 |
| Hex | 99 | 6D | 7E | 0 | 1D | 12 | 28 | 151 | 12 | 33 |
| Octal | 231 | 155 | 176 | 0 | 35 | 22 | 50 | 521 | 22 | 63 |
| Binary | 10011001 | 1101101 | 1111110 | 0 | 11101 | 10010 | 101000 | 101010001 | 10010 | 110011 |
Color Harmonies of #996D7E
Complementary color
Monochromatic Colors of #996D7E
Black with #996D7E
Text Example
Text Example
White with #996D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996D7E; }
p { color: rgb(153,109,126); }
H1.HeaderClassName
{
color: #996D7E;
}
.AnyTagClassName
{
color: #996D7E;
}
</style>
background-color css
<style>
a { background-color: #996D7E; }
a { background-color: rgb(153,109,126); }
div.DivClassName
{
background-color: #996D7E;
}
.BgClassName
{
background-color: #996D7E;
}
</style>
border-color css
<style>
span { border-color: #996D7E; }
span { border-color: rgb(153,109,126); }
td.TdClassName
{
border-color: #996D7E;
}
.TagClassName
{
border-color: #996D7E;
}
</style>