Shades of Strikemaster #996689
Tints of Strikemaster #996689
RGB
CMYK
RGB Variations
Color information
#996689 (or 0x996689) is known color: Strikemaster. HEX triplet: 99, 66 and 89. RGB value is (153,102,137). Sum of RGB (Red+Green+Blue) = 153+102+137=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #996689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996689 is #669976. Grayscale: #797979. Windows color (decimal): -6723959 or 9004697. OLE color: 9004697.
HSL color Cylindrical-coordinate representation of color #996689: hue angle of 318.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996689 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 137 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.4 |
| HSL | 318.82º | 0.2% | 0.5% | - |
| HSV(B) | 318.82º | 0.33% | 0.6% | - |
| XYZ | 22.4 | 18.08 | 25.98 | - |
| YUV | 121.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 137 | 0 | 0.33 | 0.10 | 0.4 | 318.82 | 0.2 | 0.5 |
| Hex | 99 | 66 | 89 | 0 | 21 | A | 28 | 13F | 14 | 32 |
| Octal | 231 | 146 | 211 | 0 | 41 | 12 | 50 | 477 | 24 | 62 |
| Binary | 10011001 | 1100110 | 10001001 | 0 | 100001 | 1010 | 101000 | 100111111 | 10100 | 110010 |
Color Harmonies of #996689
Complementary color
Monochromatic Colors of #996689
Black with #996689
Text Example
Text Example
White with #996689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996689; }
p { color: rgb(153,102,137); }
H1.HeaderClassName
{
color: #996689;
}
.AnyTagClassName
{
color: #996689;
}
</style>
background-color css
<style>
a { background-color: #996689; }
a { background-color: rgb(153,102,137); }
div.DivClassName
{
background-color: #996689;
}
.BgClassName
{
background-color: #996689;
}
</style>
border-color css
<style>
span { border-color: #996689; }
span { border-color: rgb(153,102,137); }
td.TdClassName
{
border-color: #996689;
}
.TagClassName
{
border-color: #996689;
}
</style>