Shades of Strikemaster #996788
Tints of Strikemaster #996788
RGB
CMYK
RGB Variations
Color information
#996788 (or 0x996788) is known color: Strikemaster. HEX triplet: 99, 67 and 88. RGB value is (153,103,136). Sum of RGB (Red+Green+Blue) = 153+103+136=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #996788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996788 is #669877. Grayscale: #797979. Windows color (decimal): -6723704 or 8939417. OLE color: 8939417.
HSL color Cylindrical-coordinate representation of color #996788: hue angle of 320.4º 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 #996788 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 136 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.4 |
| HSL | 320.4º | 0.2% | 0.5% | - |
| HSV(B) | 320.4º | 0.33% | 0.6% | - |
| XYZ | 22.43 | 18.25 | 25.63 | - |
| YUV | 121.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 136 | 0 | 0.33 | 0.11 | 0.4 | 320.4 | 0.2 | 0.5 |
| Hex | 99 | 67 | 88 | 0 | 21 | B | 28 | 140 | 14 | 32 |
| Octal | 231 | 147 | 210 | 0 | 41 | 13 | 50 | 500 | 24 | 62 |
| Binary | 10011001 | 1100111 | 10001000 | 0 | 100001 | 1011 | 101000 | 101000000 | 10100 | 110010 |
Color Harmonies of #996788
Complementary color
Monochromatic Colors of #996788
Black with #996788
Text Example
Text Example
White with #996788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996788; }
p { color: rgb(153,103,136); }
H1.HeaderClassName
{
color: #996788;
}
.AnyTagClassName
{
color: #996788;
}
</style>
background-color css
<style>
a { background-color: #996788; }
a { background-color: rgb(153,103,136); }
div.DivClassName
{
background-color: #996788;
}
.BgClassName
{
background-color: #996788;
}
</style>
border-color css
<style>
span { border-color: #996788; }
span { border-color: rgb(153,103,136); }
td.TdClassName
{
border-color: #996788;
}
.TagClassName
{
border-color: #996788;
}
</style>