Shades of Strikemaster #996780
Tints of Strikemaster #996780
RGB
CMYK
RGB Variations
Color information
#996780 (or 0x996780) is known color: Strikemaster. HEX triplet: 99, 67 and 80. RGB value is (153,103,128). Sum of RGB (Red+Green+Blue) = 153+103+128=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #996780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996780 is #66987F. Grayscale: #787878. Windows color (decimal): -6723712 or 8415129. OLE color: 8415129.
HSL color Cylindrical-coordinate representation of color #996780: hue angle of 330º 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 #996780 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 128 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.4 |
| HSL | 330º | 0.2% | 0.5% | - |
| HSV(B) | 330º | 0.33% | 0.6% | - |
| XYZ | 21.88 | 18.03 | 22.75 | - |
| YUV | 120.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 128 | 0 | 0.33 | 0.16 | 0.4 | 330 | 0.2 | 0.5 |
| Hex | 99 | 67 | 80 | 0 | 21 | 10 | 28 | 14A | 14 | 32 |
| Octal | 231 | 147 | 200 | 0 | 41 | 20 | 50 | 512 | 24 | 62 |
| Binary | 10011001 | 1100111 | 10000000 | 0 | 100001 | 10000 | 101000 | 101001010 | 10100 | 110010 |
Color Harmonies of #996780
Complementary color
Monochromatic Colors of #996780
Black with #996780
Text Example
Text Example
White with #996780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996780; }
p { color: rgb(153,103,128); }
H1.HeaderClassName
{
color: #996780;
}
.AnyTagClassName
{
color: #996780;
}
</style>
background-color css
<style>
a { background-color: #996780; }
a { background-color: rgb(153,103,128); }
div.DivClassName
{
background-color: #996780;
}
.BgClassName
{
background-color: #996780;
}
</style>
border-color css
<style>
span { border-color: #996780; }
span { border-color: rgb(153,103,128); }
td.TdClassName
{
border-color: #996780;
}
.TagClassName
{
border-color: #996780;
}
</style>