Shades of Strikemaster #996884
Tints of Strikemaster #996884
RGB
CMYK
RGB Variations
Color information
#996884 (or 0x996884) is known color: Strikemaster. HEX triplet: 99, 68 and 84. RGB value is (153,104,132). Sum of RGB (Red+Green+Blue) = 153+104+132=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #996884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996884 is #66977B. Grayscale: #797979. Windows color (decimal): -6723452 or 8677529. OLE color: 8677529.
HSL color Cylindrical-coordinate representation of color #996884: hue angle of 325.71º 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 #996884 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 132 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.4 |
| HSL | 325.71º | 0.19% | 0.5% | - |
| HSV(B) | 325.71º | 0.32% | 0.6% | - |
| XYZ | 22.25 | 18.34 | 24.2 | - |
| YUV | 121.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 132 | 0 | 0.32 | 0.14 | 0.4 | 325.71 | 0.19 | 0.5 |
| Hex | 99 | 68 | 84 | 0 | 20 | E | 28 | 146 | 13 | 32 |
| Octal | 231 | 150 | 204 | 0 | 40 | 16 | 50 | 506 | 23 | 62 |
| Binary | 10011001 | 1101000 | 10000100 | 0 | 100000 | 1110 | 101000 | 101000110 | 10011 | 110010 |
Color Harmonies of #996884
Complementary color
Monochromatic Colors of #996884
Black with #996884
Text Example
Text Example
White with #996884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996884; }
p { color: rgb(153,104,132); }
H1.HeaderClassName
{
color: #996884;
}
.AnyTagClassName
{
color: #996884;
}
</style>
background-color css
<style>
a { background-color: #996884; }
a { background-color: rgb(153,104,132); }
div.DivClassName
{
background-color: #996884;
}
.BgClassName
{
background-color: #996884;
}
</style>
border-color css
<style>
span { border-color: #996884; }
span { border-color: rgb(153,104,132); }
td.TdClassName
{
border-color: #996884;
}
.TagClassName
{
border-color: #996884;
}
</style>