Shades of Strikemaster #996680
Tints of Strikemaster #996680
RGB
CMYK
RGB Variations
Color information
#996680 (or 0x996680) is known color: Strikemaster. HEX triplet: 99, 66 and 80. RGB value is (153,102,128). Sum of RGB (Red+Green+Blue) = 153+102+128=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #996680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996680 is #66997F. Grayscale: #787878. Windows color (decimal): -6723968 or 8414873. OLE color: 8414873.
HSL color Cylindrical-coordinate representation of color #996680: hue angle of 329.41º 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 #996680 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 128 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.4 |
| HSL | 329.41º | 0.2% | 0.5% | - |
| HSV(B) | 329.41º | 0.33% | 0.6% | - |
| XYZ | 21.78 | 17.83 | 22.72 | - |
| YUV | 120.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 128 | 0 | 0.33 | 0.16 | 0.4 | 329.41 | 0.2 | 0.5 |
| Hex | 99 | 66 | 80 | 0 | 21 | 10 | 28 | 149 | 14 | 32 |
| Octal | 231 | 146 | 200 | 0 | 41 | 20 | 50 | 511 | 24 | 62 |
| Binary | 10011001 | 1100110 | 10000000 | 0 | 100001 | 10000 | 101000 | 101001001 | 10100 | 110010 |
Color Harmonies of #996680
Complementary color
Monochromatic Colors of #996680
Black with #996680
Text Example
Text Example
White with #996680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996680; }
p { color: rgb(153,102,128); }
H1.HeaderClassName
{
color: #996680;
}
.AnyTagClassName
{
color: #996680;
}
</style>
background-color css
<style>
a { background-color: #996680; }
a { background-color: rgb(153,102,128); }
div.DivClassName
{
background-color: #996680;
}
.BgClassName
{
background-color: #996680;
}
</style>
border-color css
<style>
span { border-color: #996680; }
span { border-color: rgb(153,102,128); }
td.TdClassName
{
border-color: #996680;
}
.TagClassName
{
border-color: #996680;
}
</style>