Shades of Strikemaster #996B7D
Tints of Strikemaster #996B7D
RGB
CMYK
RGB Variations
Color information
#996B7D (or 0x996B7D) is known color: Strikemaster. HEX triplet: 99, 6B and 7D. RGB value is (153,107,125). Sum of RGB (Red+Green+Blue) = 153+107+125=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #996B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B7D is #669482. Grayscale: #7A7A7A. Windows color (decimal): -6722691 or 8219545. OLE color: 8219545.
HSL color Cylindrical-coordinate representation of color #996B7D: hue angle of 336.52º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B7D is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 125 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.4 |
| HSL | 336.52º | 0.18% | 0.51% | - |
| HSV(B) | 336.52º | 0.3% | 0.6% | - |
| XYZ | 22.1 | 18.77 | 21.86 | - |
| YUV | 122.81 | 129.24 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 125 | 0 | 0.30 | 0.18 | 0.4 | 336.52 | 0.18 | 0.51 |
| Hex | 99 | 6B | 7D | 0 | 1E | 12 | 28 | 151 | 12 | 33 |
| Octal | 231 | 153 | 175 | 0 | 36 | 22 | 50 | 521 | 22 | 63 |
| Binary | 10011001 | 1101011 | 1111101 | 0 | 11110 | 10010 | 101000 | 101010001 | 10010 | 110011 |
Color Harmonies of #996B7D
Complementary color
Monochromatic Colors of #996B7D
Black with #996B7D
Text Example
Text Example
White with #996B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B7D; }
p { color: rgb(153,107,125); }
H1.HeaderClassName
{
color: #996B7D;
}
.AnyTagClassName
{
color: #996B7D;
}
</style>
background-color css
<style>
a { background-color: #996B7D; }
a { background-color: rgb(153,107,125); }
div.DivClassName
{
background-color: #996B7D;
}
.BgClassName
{
background-color: #996B7D;
}
</style>
border-color css
<style>
span { border-color: #996B7D; }
span { border-color: rgb(153,107,125); }
td.TdClassName
{
border-color: #996B7D;
}
.TagClassName
{
border-color: #996B7D;
}
</style>