Shades of Strikemaster #996885
Tints of Strikemaster #996885
RGB
CMYK
RGB Variations
Color information
#996885 (or 0x996885) is known color: Strikemaster. HEX triplet: 99, 68 and 85. RGB value is (153,104,133). Sum of RGB (Red+Green+Blue) = 153+104+133=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #996885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996885 is #66977A. Grayscale: #797979. Windows color (decimal): -6723451 or 8743065. OLE color: 8743065.
HSL color Cylindrical-coordinate representation of color #996885: hue angle of 324.49º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996885 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 133 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.4 |
| HSL | 324.49º | 0.19% | 0.5% | - |
| HSV(B) | 324.49º | 0.32% | 0.6% | - |
| XYZ | 22.32 | 18.37 | 24.56 | - |
| YUV | 121.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 133 | 0 | 0.32 | 0.13 | 0.4 | 324.49 | 0.19 | 0.5 |
| Hex | 99 | 68 | 85 | 0 | 20 | D | 28 | 144 | 13 | 32 |
| Octal | 231 | 150 | 205 | 0 | 40 | 15 | 50 | 504 | 23 | 62 |
| Binary | 10011001 | 1101000 | 10000101 | 0 | 100000 | 1101 | 101000 | 101000100 | 10011 | 110010 |
Color Harmonies of #996885
Complementary color
Monochromatic Colors of #996885
Black with #996885
Text Example
Text Example
White with #996885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996885; }
p { color: rgb(153,104,133); }
H1.HeaderClassName
{
color: #996885;
}
.AnyTagClassName
{
color: #996885;
}
</style>
background-color css
<style>
a { background-color: #996885; }
a { background-color: rgb(153,104,133); }
div.DivClassName
{
background-color: #996885;
}
.BgClassName
{
background-color: #996885;
}
</style>
border-color css
<style>
span { border-color: #996885; }
span { border-color: rgb(153,104,133); }
td.TdClassName
{
border-color: #996885;
}
.TagClassName
{
border-color: #996885;
}
</style>